21#ifndef GF_GAMEPAD_VALUES_H
22#define GF_GAMEPAD_VALUES_H
30#include "GraphicsApi.h"
33#ifndef DOXYGEN_SHOULD_SKIP_THIS
48 std::map<std::tuple<GamepadId, GamepadAxis>, int16_t> m_values;
49 std::set<GamepadId> m_ids;
53#ifndef DOXYGEN_SHOULD_SKIP_THIS
Definition: GamepadValues.h:37
int16_t getLatestValue(GamepadId id, GamepadAxis axis) const
void processEvent(const Event &event)
Process an event.
GamepadId
A gamepad identifier.
Definition: Gamepad.h:123
GamepadAxis
The gamepad axis.
Definition: Gamepad.h:71
The namespace for gf classes.
Defines a system event and its parameters.
Definition: Event.h:224