Create an example using the `Up` and `Down` mouse functions and place it in the `examples` folder. Function declarations for `Up` and `Down` (see `include/macro/mouse.h`): ```c++ void Down(Button button); void Up(Button button); ```
Create an example using the
UpandDownmouse functions and place it in theexamplesfolder.Function declarations for
UpandDown(seeinclude/macro/mouse.h):