Toggle the IME with a 3 finger tap rather than only showing it

This commit is contained in:
Cameron Gutman
2022-06-28 21:40:59 -05:00
parent 9c76defad0
commit 84296c6e1c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
package com.limelight.ui;
public interface GameGestures {
void showKeyboard();
void toggleKeyboard();
}