]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/systemkeyboardinput.h
Pass modifier state to key_press and key_release functions
[libs/gltk.git] / source / systemkeyboardinput.h
index ae988ca1aaccb4aac488b6e584c8ce727ec8afe2..1b37e543cbe7917199491bf5c5f49da4ef1d52a5 100644 (file)
@@ -11,6 +11,7 @@ class SystemKeyboardInput: public InputMethod, public sigc::trackable
 {
 private:
        Input::Keyboard &keyboard;
+       unsigned modifier_state;
 
 public:
        SystemKeyboardInput(Root &, Input::Keyboard &);