HotkeyManager: Add hotkeys for freelook field-of-view x and y

This commit is contained in:
iwubcode
2020-05-25 21:34:34 -05:00
parent 3d7d4dfc8a
commit 7aa153d57e
2 changed files with 14 additions and 2 deletions

View File

@ -111,6 +111,10 @@ enum Hotkey
HK_FREELOOK_ZOOM_OUT,
HK_FREELOOK_RESET,
HK_FREELOOK_TOGGLE,
HK_FREELOOK_INCREASE_FOV_X,
HK_FREELOOK_DECREASE_FOV_X,
HK_FREELOOK_INCREASE_FOV_Y,
HK_FREELOOK_DECREASE_FOV_Y,
HK_TOGGLE_STEREO_SBS,
HK_TOGGLE_STEREO_TAB,