mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
Introduce toggling system for all keyboards
This commit is contained in:
parent
1f2d599ce5
commit
e74fb95f98
3 changed files with 52 additions and 32 deletions
|
|
@ -63,7 +63,7 @@ public class MainActivity extends BaseMainActivity {
|
|||
for(int keycode : button.getProperties().keycodes){
|
||||
switch (keycode) {
|
||||
case ControlData.SPECIALBTN_KEYBOARD:
|
||||
showKeyboard();
|
||||
switchKeyboardState();
|
||||
break;
|
||||
|
||||
case ControlData.SPECIALBTN_TOGGLECTRL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue