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); ```