Simple joystick support. Should be made configurable and all the gp2x buttons could be used as shortcuts.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@463 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-01-05 22:00:23 +00:00
parent 132eabcde5
commit 8c0475c43e
3 changed files with 195 additions and 3 deletions

View File

@@ -778,4 +778,5 @@ GFX2_GLOBAL fonction_lecteur Lit_pixel_de_sauvegarde;
* Spécifique à SDL *
********************/
GFX2_GLOBAL SDL_Surface * Ecran_SDL;
GFX2_GLOBAL SDL_Joystick* joystick;
#endif