Fix Joystick support (with SDL and SDL2)

This commit is contained in:
Thomas Bernard
2018-06-25 00:30:07 +02:00
parent b4f4fcf51d
commit af25970c09
3 changed files with 11 additions and 11 deletions

View File

@@ -777,11 +777,6 @@ GFX2_GLOBAL iconv_t cd_utf16; // FROMCODE => UTF16
GFX2_GLOBAL iconv_t cd_utf16_inv; // UTF16 => FROMCODE
#endif /* ENABLE_FILENAMES_ICONV */
// -- Specific to SDL
/// Pointer to the current joystick controller.
//GFX2_GLOBAL SDL_Joystick* Joystick;
/// Indicates "no keyboard shortcut".
#define KEY_NONE 0