pub enum ControllerButton {
InvalidButton,
AButton,
BButton,
XButton,
YButton,
BackButton,
GuideButton,
StartButton,
LeftStickButton,
RightStickButton,
LeftShoulderButton,
RightShoulderButton,
DPadUpButton,
DPadDownButton,
DPadLeftButton,
DPadRightButton,
}
Variants
InvalidButton | |
AButton | |
BButton | |
XButton | |
YButton | |
BackButton | |
GuideButton | |
StartButton | |
LeftStickButton | |
RightStickButton | |
LeftShoulderButton | |
RightShoulderButton | |
DPadUpButton | |
DPadDownButton | |
DPadLeftButton | |
DPadRightButton | |
Trait Implementations
Derived Implementations