early-access version 1409

This commit is contained in:
pineappleEA
2021-02-03 23:00:31 +01:00
parent 3714ae3791
commit baa567a60d
21 changed files with 435 additions and 269 deletions

View File

@@ -57,8 +57,10 @@ public:
* Signals that mouse has moved.
* @param x the x-coordinate of the cursor
* @param y the y-coordinate of the cursor
* @param center_x the x-coordinate of the middle of the screen
* @param center_y the y-coordinate of the middle of the screen
*/
void MouseMove(int x, int y);
void MouseMove(int x, int y, int center_x, int center_y);
/**
* Signals that a motion sensor tilt has ended.