summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2012-10-20 02:48:59 +0200
committerDees_Troy <dees_troy@teamw.in>2012-10-20 02:51:12 +0200
commit30b962eb5184490c10cd9f44cd161e4b93403b37 (patch)
treefdc5a138600233d2bc69a7edf04b13b0f7edcf20 /gui/objects.hpp
parentAdd ability for buttons to have highlights on touch (diff)
downloadandroid_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar.gz
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar.bz2
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar.lz
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar.xz
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.tar.zst
android_bootable_recovery-30b962eb5184490c10cd9f44cd161e4b93403b37.zip
Diffstat (limited to 'gui/objects.hpp')
-rw-r--r--gui/objects.hpp2
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