#include <orxInput.h>
Data Fields | |
| orxENUM | aeID [orxINPUT_KU32_BINDING_NUMBER] |
| orxINPUT_TYPE | aeType [orxINPUT_KU32_BINDING_NUMBER] |
| orxFLOAT | afValue [orxINPUT_KU32_BINDING_NUMBER] |
| const orxSTRING | zInputName |
| const orxSTRING | zSetName |
Input event payload
Definition at line 91 of file orxInput.h.
| orxENUM orxINPUT_EVENT_PAYLOAD::aeID[orxINPUT_KU32_BINDING_NUMBER] |
Input binding ID : 24
Definition at line 96 of file orxInput.h.
| orxINPUT_TYPE orxINPUT_EVENT_PAYLOAD::aeType[orxINPUT_KU32_BINDING_NUMBER] |
Input binding type : 16
Definition at line 95 of file orxInput.h.
| orxFLOAT orxINPUT_EVENT_PAYLOAD::afValue[orxINPUT_KU32_BINDING_NUMBER] |
Input binding value : 32
Definition at line 97 of file orxInput.h.
| const orxSTRING orxINPUT_EVENT_PAYLOAD::zInputName |
Input name : 8
Definition at line 94 of file orxInput.h.
| const orxSTRING orxINPUT_EVENT_PAYLOAD::zSetName |
Set name : 4
Definition at line 93 of file orxInput.h.
1.5.6