More build fixes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-04-15 15:36:09 +02:00 committed by Filipe Coelho
parent 73e75ce012
commit a6a83f3dae
4 changed files with 29 additions and 9 deletions

View file

@ -1081,7 +1081,7 @@ protected:
int key;
switch (ev.key)
{
case '\t': key = GLFW_KEY_TAB; break;
case kKeyTab: key = GLFW_KEY_TAB; break;
case kKeyBackspace: key = GLFW_KEY_BACKSPACE; break;
case kKeyEnter: key = GLFW_KEY_ENTER; break;
case kKeyEscape: key = GLFW_KEY_ESCAPE; break;