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

@ -47,6 +47,7 @@ void OpenQuickMenu();
void CloseQuickMenu();
void Shutdown();
void Render();
bool HandleKeyboardBinding(const char* keyName, bool pressed);
bool InvalidateCachedTexture(const std::string& path);