Files
tmc/include/readKeyInput.h
T
2021-02-03 17:38:27 -08:00

10 lines
123 B
C

typedef struct {
u16 heldKeys;
u16 newKeys;
u16 unk4;
u8 unk6;
u8 unk7;
} Input;
extern Input gInput;