Pre-resize fillparent
This commit is contained in:
@@ -17,7 +17,7 @@ namespace InputEngine {
|
||||
cJoystick();
|
||||
virtual ~cJoystick();
|
||||
|
||||
///Functions
|
||||
/// Functions
|
||||
virtual void OnEvent(const SDL_Event& event);
|
||||
|
||||
virtual void OnJoyAxis(SDL_JoystickID which, Uint8 axis, Sint16 value);
|
||||
@@ -30,7 +30,7 @@ namespace InputEngine {
|
||||
|
||||
virtual void OnJoyBall(SDL_JoystickID which, Uint8 ball, Sint16 xrel, Sint16 yrel);
|
||||
|
||||
//Used when looking for keys that have been add to the check list
|
||||
/// Used when looking for keys that have been add to the check list
|
||||
void JoystickCheck();
|
||||
|
||||
};/// END CLASS DEFINITION cJoystick
|
||||
|
||||
Reference in New Issue
Block a user