mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Generalize stretch mode mouse scaling fix
This puts the code to fix mouse coordinates in stretch mode directly inside KeyPoll::Poll, preventing the need for any other instances of mouse coordinate usage to copy-paste code.
This commit is contained in:
@@ -63,7 +63,8 @@ public:
|
||||
bool controllerWantsDown(void);
|
||||
|
||||
int leftbutton, rightbutton, middlebutton;
|
||||
int mx, my;
|
||||
int mousex;
|
||||
int mousey;
|
||||
|
||||
bool textentry(void);
|
||||
bool pressedbackspace;
|
||||
|
||||
Reference in New Issue
Block a user