diff options
Diffstat (limited to 'backends/platform/wince/CEgui/PanelKeyboard.h')
-rw-r--r-- | backends/platform/wince/CEgui/PanelKeyboard.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/wince/CEgui/PanelKeyboard.h b/backends/platform/wince/CEgui/PanelKeyboard.h index fe586b3727..d0182ce5fe 100644 --- a/backends/platform/wince/CEgui/PanelKeyboard.h +++ b/backends/platform/wince/CEgui/PanelKeyboard.h @@ -44,7 +44,8 @@ namespace CEGUI { virtual ~PanelKeyboard(); virtual bool action(int x, int y, bool pushed); private: - Key _key; + bool _state; + Key _lastKey; }; } |