Android key fix

This commit is contained in:
Joshua Granick
2014-03-06 13:33:51 -08:00
parent 5886c963fd
commit 88647348d9

View File

@@ -435,7 +435,7 @@ class MainView extends GLSurfaceView {
} }
return super.onKeyDown (inKeyCode, event); return super.onKeyUp (inKeyCode, event);
} }