cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
Gamepad.hpp File Reference

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
}
 

Detailed Description

This file contains the gamepad keys.

Definition in file Gamepad.hpp.