This file contains the gamepad keys. More...
#include <cstdint>
Include dependency graph for Gamepad.hpp:Go to the source code of this file.
Namespaces | |
| namespace | cae |
Enumerations | |
| enum class | cae::GamepadButton : uint8_t { cae::A = 0 , cae::B , cae::X , cae::Y , cae::Back , cae::Guide , cae::Start , cae::LThumb , cae::RThumb , cae::LShoulder , cae::RShoulder , cae::DPadUp , cae::DPadDown , cae::DPadLeft , cae::DPadRight } |
| enum class | cae::GamepadAxis : uint8_t { cae::LeftX = 0 , cae::LeftY , cae::RightX , cae::RightY , cae::TriggerLeft , cae::TriggerRight } |
This file contains the gamepad keys.
Definition in file Gamepad.hpp.