FullscreenUI: Make right click on binding clear it

This commit is contained in:
Connor McLaughlin
2021-03-08 01:39:13 +10:00
parent 8531a5c8f0
commit 39498cda10
2 changed files with 28 additions and 8 deletions

View File

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