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