X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Finput%2FinputManager.h;h=829dbc32637f106273659a467e87c6e20d181572;hb=e8deb7b6b5618308a1c304761df54022d4f3f81b;hp=13b6583d814c0cce07f042df053f60a943c2305c;hpb=10baa49bf3be2ad03b3adf5be5cb0fcf5f10fcfb;p=physics.git diff --git a/src/input/inputManager.h b/src/input/inputManager.h index 13b6583..829dbc3 100644 --- a/src/input/inputManager.h +++ b/src/input/inputManager.h @@ -36,11 +36,11 @@ namespace input bool mouseLeft(); bool mouseRight(); - bool isPressed(Uint8); - bool isReleased(Uint8); + bool isPressed(SDLKey); + bool isReleased(SDLKey); - bool wasPressed(Uint8); - bool wasReleased(Uint8); + bool wasPressed(SDLKey); + bool wasReleased(SDLKey); } #endif // INPUT_H