Skip to content
Snippets Groups Projects
Commit cbb0d4c6 authored by deuce's avatar deuce
Browse files

Fix typo in last commit.

parent c10568e1
No related branches found
No related tags found
No related merge requests found
......@@ -256,7 +256,7 @@ int win32_keyboardio(int isgetch)
switch(input.EventType) {
case KEY_EVENT:
if(input.Event.KeyEvent.bKeydown)
if(input.Event.KeyEvent.bKeyDown)
lastch=win32_getchcode(input.Event.KeyEvent.wVirtualKeyCode, input.Event.KeyEvent.dwControlKeyState);
break;
case MOUSE_EVENT:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment