102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Input_Event Struct Reference

Compact input event record, passed through game input processing. More...

#include <dttr_pcdogs.h>

Data Fields

int32_t type
int32_t value

Detailed Description

Compact input event record, passed through game input processing.

Definition at line 1570 of file dttr_pcdogs.h.

Field Documentation

◆ type

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.

◆ value

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.


The documentation for this struct was generated from the following file: