Changing to use JS directly. There are issues with this approach, and it should use the KeyboardHandler

This commit is contained in:
Joe Bowser
2012-01-23 14:21:20 -08:00
parent 7904bcc054
commit 308a5f1509
2 changed files with 2 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ public class KeyboardHandler extends Plugin {
return null;
}
@Override
public void onMessage(String id, Object data)
{
if(id.equals("keyboardHidden"))