|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Compact input event record, passed through game input processing. More...
#include <dttr_pcdogs.h>
Data Fields | |
| int32_t | type |
| int32_t | value |
Compact input event record, passed through game input processing.
Definition at line 1570 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Input_Event::type |
Input event type discriminator used by keyboard, gamepad, and menu/event handling. Offset 0x0.
Definition at line 1571 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Input_Event::value |
Input event payload, usually a button/key value associated with the event type. Offset 0x4.
Definition at line 1573 of file dttr_pcdogs.h.