Make freelook hotkeys configurable.

This commit is contained in:
Rachel Bryk
2014-11-16 21:58:37 -05:00
parent 5143adac0e
commit ea11c446c2
6 changed files with 78 additions and 35 deletions

View File

@ -280,6 +280,17 @@ enum
IDM_MPANEL, ID_STATUSBAR,
IDM_FREELOOK_INCREASE_SPEED,
IDM_FREELOOK_DECREASE_SPEED,
IDM_FREELOOK_RESET_SPEED,
IDM_FREELOOK_UP,
IDM_FREELOOK_DOWN,
IDM_FREELOOK_LEFT,
IDM_FREELOOK_RIGHT,
IDM_FREELOOK_ZOOM_IN,
IDM_FREELOOK_ZOOM_OUT,
IDM_FREELOOK_RESET,
ID_TOOLBAR = 500,
};