mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove passing around pointer to gameScreen from KeyPoll::Poll()
Makes for cleaner code this way.
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
|
||||
void disabletextentry();
|
||||
|
||||
void Poll(Screen *screen);
|
||||
void Poll();
|
||||
|
||||
bool isDown(SDL_Keycode key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user