Better use of the SRP for the 2.2 input system

This commit is contained in:
SerpentSpirale 2021-08-12 19:49:56 +02:00
parent 29a96330aa
commit 4ccfe06263
3 changed files with 27 additions and 20 deletions

View file

@ -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: