Allow keyboard binding in nogui/fullscreen mode (#1679)

* Allow keyboard binding in nogui/fullscreen mode
This commit is contained in:
Chris
2021-02-24 11:05:33 -05:00
committed by GitHub
parent 0d0a7eac1f
commit dd3d5dbd86
5 changed files with 55 additions and 1 deletions

View File

@ -113,6 +113,7 @@ public:
};
void SetHook(Hook::Callback callback);
void ClearHook();
bool HasHook();
protected:
bool DoEventHook(Hook::Type type, int controller_index, int button_or_axis_number,