X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;h=999c7ce7363439f8465d1669cf0c176125ff3fa7;hb=56c41b294aa47a38ac3e1be70d4868f260cb4274;hp=ae988ca1aaccb4aac488b6e584c8ce727ec8afe2;hpb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;p=libs%2Fgltk.git diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index ae988ca..999c7ce 100644 --- a/source/systemkeyboardinput.h +++ b/source/systemkeyboardinput.h @@ -3,14 +3,16 @@ #include #include "inputmethod.h" +#include "mspgltk_api.h" namespace Msp { namespace GLtk { -class SystemKeyboardInput: public InputMethod, public sigc::trackable +class MSPGLTK_API SystemKeyboardInput: public InputMethod, public sigc::trackable { private: Input::Keyboard &keyboard; + unsigned modifier_state; public: SystemKeyboardInput(Root &, Input::Keyboard &);