Opt: Change keyboard mode by ui

This commit is contained in:
asur4s
2022-09-05 10:18:29 -04:00
parent 72d357e14b
commit 3d7377f9b6
4 changed files with 71 additions and 7 deletions

View File

@@ -1003,6 +1003,10 @@ class FFI {
downOrUp: down);
}
Future<String> getKeyboardMode(){
return bind.sessionGetKeyboardName(id: id);
}
void enterOrLeave(bool enter) {
bind.sessionEnterOrLeave(id: id, enter: enter);
}