Merge pull request #221 from pluehne/issue-keyboard-input

Unrecognized keyboard input in mesh example on Linux
This commit is contained in:
Sascha Willems 2016-08-16 18:55:21 +02:00 committed by GitHub
commit 447f282f44

View file

@ -613,7 +613,7 @@ public:
{
switch (keyCode)
{
case 0x57:
case KEY_W:
case GAMEPAD_BUTTON_A:
wireframe = !wireframe;
reBuildCommandBuffers();