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

Enum ControllerButton

source/input.h:5–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#pragma once
4
5enum class ControllerButton {
6 Invalid,
7 FaceBottom,
8 FaceRight,
9 FaceLeft,
10 FaceTop,
11 LeftStick,
12 RightStick,
13 LeftShoulder,
14 RightShoulder,
15 DpadDown,
16 DpadUp,
17 DpadLeft,
18 DpadRight,
19 Select,
20 Start,
21 Count
22};
23
24enum class ControllerAxis {
25 Invalid,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected