le2d v0.4.7
2D game engine framework
 
Loading...
Searching...
No Matches
device.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
4namespace le::input {
6enum class Device : std::int8_t { Keyboard, Mouse, Gamepad };
7} // namespace le::input
Snapshot of gamepad / game controller state.
Definition gamepad.hpp:14
Definition action.hpp:4
Device
Input Device enumeration.
Definition device.hpp:6