Keyboard shortcuts are customizable from within Grafx2.
2 shortcuts per function. You can use keys, MouseWheel, Middlebutton, joystick buttons, in combination with Alt, Shift, Control. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@609 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
1
global.h
1
global.h
@@ -680,6 +680,7 @@ GFX2_GLOBAL fonction_lecteur Lit_pixel_de_sauvegarde;
|
||||
GFX2_GLOBAL SDL_Surface * Ecran_SDL;
|
||||
GFX2_GLOBAL SDL_Joystick* joystick;
|
||||
|
||||
#define TOUCHE_AUCUNE 0
|
||||
#define TOUCHE_MOUSEMIDDLE (SDLK_LAST+1)
|
||||
#define TOUCHE_MOUSEWHEELUP (SDLK_LAST+2)
|
||||
#define TOUCHE_MOUSEWHEELDOWN (SDLK_LAST+3)
|
||||
|
||||
Reference in New Issue
Block a user