mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-08-01 14:19:12 -06:00
I'm guessing this was here for debug.. but why?.. anyway removing it
This commit is contained in:
parent
f97451fc3d
commit
668660e13e
1 changed files with 1 additions and 3 deletions
|
|
@ -23,9 +23,7 @@ public class KeyEncoder {
|
|||
|
||||
public static void sendEncodedChar(int keyCode, char iC){
|
||||
System.out.println(keyCode);
|
||||
if(keyCode == 75)
|
||||
AWTInputBridge.sendKey((char)222,222);
|
||||
else if(keyCode == backspaceAndroid){
|
||||
if(keyCode == backspaceAndroid){
|
||||
AWTInputBridge.sendKey(backspaceUnicode,backspaceUnicode);
|
||||
} else if(specialChars.contains(""+iC)){
|
||||
// Send special character to client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue