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

@@ -518,6 +518,8 @@ enum SPECIAL_ACTIONS
SPECIAL_FORMAT_CHECKER,
SPECIAL_FORMAT_CHECKER_MENU,
SPECIAL_HOLD_PAN,
NB_SPECIAL_SHORTCUTS ///< Number of special shortcuts
};
@@ -558,6 +560,7 @@ enum OPERATIONS
OPERATION_DISTORT_BRUSH, ///< Distort brush
OPERATION_GRAD_RECTANGLE, ///< Gradient-filled rectangle
OPERATION_RMB_COLORPICK, ///< Colorpick on right mouse button
OPERATION_PAN_VIEW, ///< Pan view
NB_OPERATIONS ///< Number of operations handled by the engine
};