X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fkeys.h;fp=source%2Finput%2Fkeys.h;h=ffa97e5e4d4e33dea3cb99c30d169a0f29d3900c;hp=63d0926cf48565ea806faec7593819660a8d9bda;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/keys.h b/source/input/keys.h index 63d0926..ffa97e5 100644 --- a/source/input/keys.h +++ b/source/input/keys.h @@ -1,6 +1,7 @@ #ifndef MSP_INPUT_KEYS_H_ #define MSP_INPUT_KEYS_H_ +#include #include namespace Msp { @@ -161,12 +162,12 @@ enum MouseButton MOUSE_WHEEL_DOWN }; -void operator>>(const LexicalConverter &, Key &); -void operator<<(LexicalConverter &, Key); -void operator>>(const LexicalConverter &, MouseAxis &); -void operator<<(LexicalConverter &, MouseAxis); -void operator>>(const LexicalConverter &, MouseButton &); -void operator<<(LexicalConverter &, MouseButton); +MSPGUI_API void operator>>(const LexicalConverter &, Key &); +MSPGUI_API void operator<<(LexicalConverter &, Key); +MSPGUI_API void operator>>(const LexicalConverter &, MouseAxis &); +MSPGUI_API void operator<<(LexicalConverter &, MouseAxis); +MSPGUI_API void operator>>(const LexicalConverter &, MouseButton &); +MSPGUI_API void operator<<(LexicalConverter &, MouseButton); } // namespace Input } // namespace Msp