MCPcopy Create free account
hub / github.com/DavidColson/Polybox / ControllerAxis

Enum ControllerAxis

source/input.h:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22};
23
24enum class ControllerAxis {
25 Invalid,
26 LeftX,
27 LeftY,
28 RightX,
29 RightY,
30 TriggerLeft,
31 TriggerRight,
32 Count
33};
34
35enum class Key {
36 Invalid,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected