Issue 233: Added mouse panning. Default is 'space' for new users, others need pick a key in Help screen.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1901 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2012-02-01 00:56:21 +00:00
parent 46f2ec9475
commit cbcb7a6b8f
11 changed files with 155 additions and 7 deletions

View File

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