More build fixes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
73e75ce012
commit
a6a83f3dae
4 changed files with 29 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue