It looks like you're new here. If you want to get involved, click one of these buttons!
Index: orxKeyboard.c
===================================================================
--- orxKeyboard.c (revision 2047)
+++ orxKeyboard.c (working copy)
@@ -176,7 +176,7 @@
case orxKEYBOARD_KEY_G: {eResult = (GLFWKey)'G'; break;}
case orxKEYBOARD_KEY_H: {eResult = (GLFWKey)'H'; break;}
case orxKEYBOARD_KEY_J: {eResult = (GLFWKey)'J'; break;}
- case orxKEYBOARD_KEY_K: {eResult = (GLFWKey)'k'; break;}
+ case orxKEYBOARD_KEY_K: {eResult = (GLFWKey)'K'; break;}
case orxKEYBOARD_KEY_L: {eResult = (GLFWKey)'L'; break;}
case orxKEYBOARD_KEY_M: {eResult = (GLFWKey)'M'; break;}
case orxKEYBOARD_KEY_W: {eResult = (GLFWKey)'W'; break;}
Comments
Thanks for the debug. Do you mind submitting it to the trunk as I'm not on a computer right now? Otherwise I'll do it when getting back home tonight.