Update: Added ability to change virtual keyboard position and fixed ScreenPadding when virtual keyboard is enabled.

This commit is contained in:
Keyitdev
2024-10-05 17:51:23 +02:00
parent 9f38ce4372
commit 44fb2ff228
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -5,7 +5,6 @@ ScreenWidth="1920"
ScreenHeight="1080"
ScreenPadding=""
# Default 0, Options: from 0 to min(screen width/2,screen height/2).
# Currently breaks virtual keyboard.
Font="Open Sans"
FontSize=""
@@ -87,6 +86,11 @@ HaveFormBackground="false"
FormPosition="center"
# Default: left, Options: left, center, right.
#################### Virtual Keyboard ####################
VirtualKeyboardPosition="center"
# Default: left, Options: left, center, right.
#################### Interface Behavior ####################
HideVirtualKeyboard="false"