NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
uinput_event Struct Reference

Description

Definition at line 579 of file uinput.h.

Public Attributes

struct timeval time
 
uint16_t type
 
uint16_t code
 
int32_t value
 

Member Data Documentation

◆ time

struct timeval uinput_event::time

Definition at line 580 of file uinput.h.

◆ type

uint16_t uinput_event::type

Definition at line 581 of file uinput.h.

◆ code

uint16_t uinput_event::code

Definition at line 582 of file uinput.h.

◆ value

int32_t uinput_event::value

Definition at line 583 of file uinput.h.