Add Fast Zoom In & Out functions.

Shift +/-  or  Shift Mouse Wheel

http://pulkomandy.tk/projects/GrafX2/ticket/28
This commit is contained in:
Thomas Bernard
2018-01-12 10:31:26 +01:00
parent e36cff0fef
commit 753aaf3422
5 changed files with 34 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
#endif
#include <SDL.h>
#define NB_SHORTCUTS 210 ///< Number of actions that can have a key combination associated to it.
#define NB_SHORTCUTS 212 ///< Number of actions that can have a key combination associated to it.
/*** Types definitions and structs ***/