From 30b962eb5184490c10cd9f44cd161e4b93403b37 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Fri, 19 Oct 2012 20:48:59 -0400 Subject: Add keyboard key highlight --- gui/objects.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/objects.hpp') 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 -- cgit v1.2.3