diff options
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r-- | gui/objects.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/objects.hpp b/gui/objects.hpp index 8f7823663..c310b369a 100644 --- a/gui/objects.hpp +++ b/gui/objects.hpp @@ -675,7 +675,9 @@ protected: unsigned int currentLayout; unsigned int row_heights[MAX_KEYBOARD_LAYOUTS][MAX_KEYBOARD_ROWS]; unsigned int KeyboardWidth, KeyboardHeight; + int rowY, colX, highlightRenderCount, hasHighlight; GUIAction* mAction; + COLOR mHighlightColor; }; // GUIInput - Used for keyboard input |