Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 542 Bytes

File metadata and controls

17 lines (12 loc) · 542 Bytes

enum ControllerBehavior

Overview / Purpose

Enumeration ControllerBehavior

Enumerator Value Description
UNSPECIFIED_CONTROLLER_BEHAVIOR 0 Unspecified controller behavior
CONTROLLER_BUTTON_DOWN 1 Pushing button down
CONTROLLER_BUTTON_UP 2 Releasing button
CONTROLLER_AXIS_POSITIVE 3 Positive axis movement
CONTROLLER_AXIS_NEGATIVE 4 Negative axis movement
CONTROLLER_BUTTON_CLICK 5 Button down and up within X msec

Parent topic: Base (C++)