diff options
Diffstat (limited to 'src/touchmanager.h')
-rw-r--r-- | src/touchmanager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/touchmanager.h b/src/touchmanager.h index 05b062074..512c82909 100644 --- a/src/touchmanager.h +++ b/src/touchmanager.h @@ -135,6 +135,8 @@ class TouchManager final : public ConfigListener void loadButtons(); + void loadKeyboard(); + int getPadSize() { return (mJoystickSize + 2) * 50; } @@ -155,6 +157,7 @@ class TouchManager final : public ConfigListener bool mRedraw; bool mShowJoystick; bool mShowButtons; + bool mShowKeyboard; int mButtonsSize; int mJoystickSize; bool mShow; |