X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsystemkeyboardinput.h;h=9e4b3625701f824a19285c945fc0b7463389d99f;hb=9f38197854e699a6093a906ab43f4238f3cd2388;hp=ae988ca1aaccb4aac488b6e584c8ce727ec8afe2;hpb=4b52d16bc895f9d969383d7a7d6a3558c1972cc5;p=libs%2Fgltk.git diff --git a/source/systemkeyboardinput.h b/source/systemkeyboardinput.h index ae988ca..9e4b362 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 = 0; public: SystemKeyboardInput(Root &, Input::Keyboard &);