mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
Better use of the SRP for the 2.2 input system
This commit is contained in:
parent
29a96330aa
commit
4ccfe06263
3 changed files with 27 additions and 20 deletions
|
|
@ -63,7 +63,7 @@ public class MainActivity extends BaseMainActivity {
|
|||
for(int keycode : button.getProperties().keycodes){
|
||||
switch (keycode) {
|
||||
case ControlData.SPECIALBTN_KEYBOARD:
|
||||
switchKeyboardState();
|
||||
touchCharInput.switchKeyboardState();
|
||||
break;
|
||||
|
||||
case ControlData.SPECIALBTN_TOGGLECTRL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue