SDL: Fix compiler warning and joystick event handling

This commit is contained in:
jepael 2019-07-11 23:27:43 +03:00 committed by Filippos Karapetis
parent e67ec0dbe1
commit 3b68380ca3

View File

@ -110,7 +110,7 @@ struct JoystickState {
* Some of the button indices match well-known game controller
* buttons. See JoystickButton.
*/
byte button;
int8 button;
};
/**