21 #ifndef GF_MOUSE_VALUES_H 22 #define GF_MOUSE_VALUES_H 26 #include "GraphicsApi.h" 31 #ifndef DOXYGEN_SHOULD_SKIP_THIS 45 void processEvent(
const Event& event);
48 Vector2i m_moveValue = gf::vec(0, 0);
49 std::map<MouseButton, Vector2i> m_values;
53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 58 #endif // GF_MOUSE_VALUES_H An event is pending on the sockets.
Definition: MouseValues.h:36
MouseButton
Mouse buttons.
Definition: Mouse.h:36
The namespace for gf classes.
Definition: Action.h:35
Defines a system event and its parameters.
Definition: Event.h:224