Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
inputManager.c
Go to the documentation of this file.
1
12
13enum EInputDeviceType
14{
21}
22
24void ActionListenerCallback(float value = 0.0, EActionTrigger reason = 0, string actionName = string.Empty);
25
enum EModularButtonEventFlag KEYBOARD
Flags for device input types.
enum EModularButtonEventFlag GAMEPAD
enum EModularButtonEventFlag MOUSE
EActionTrigger
enum EActionValueType JOYSTICK
enum EActionValueType TRACK_IR
enum EActionValueType ActionListenerCallback
EActionValueType
Definition inputManager.c:6
@ DIGITAL
Definition inputManager.c:7
@ ANALOG
Definition inputManager.c:8
@ ANALOG_RELATIVE
Definition inputManager.c:9
@ ANALOG_MOTION
@ INVALID
Missing components, or obstruction test was not possible.