enum ControllerBehavior

August 13, 2019 ยท View on GitHub

Overview / Purpose

Enumeration ControllerBehavior

EnumeratorValueDescription
UNSPECIFIED_CONTROLLER_BEHAVIOR0Unspecified controller behavior
CONTROLLER_BUTTON_DOWN1Pushing button down
CONTROLLER_BUTTON_UP2Releasing button
CONTROLLER_AXIS_POSITIVE3Positive axis movement
CONTROLLER_AXIS_NEGATIVE4Negative axis movement
CONTROLLER_BUTTON_CLICK5Button down and up within X msec

Parent topic: Base (C++)