Gamepad.ixx File
Identifiers for supported gamepads. More...
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | input |
| namespace | types |
Description
Identifiers for supported gamepads.
File Listing
The file content with the documentation metadata removed is:
9export namespace helios::engine::input::types {
17 enum class GamepadInput {
22 Start = 1 << 0,
27 Select = 1 << 5,
32 A = 1 << 1,
37 B = 1 << 2,
42 X = 1 << 3,
47 Y = 1 << 4,
52 LeftStick = 1 << 6,
57 RightStick = 1 << 7,
62 Up = 1 << 8,
67 Down = 1 << 9,
72 Left = 1 << 10,
77 Right = 1 << 11,
82 LeftBumper = 1 << 12,
87 RightBumper = 1 << 13,
92 LeftTrigger = 1 << 14,
97 RightTrigger = 1 << 15
121 size_ = 4
122 };
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.