doom3-gpl
Doom 3 GPL source release
|
#include <nv_control.h>
Public Attributes | |
union { | |
struct { | |
BYTE type | |
BYTE detail | |
CARD16 sequenceNumber B16 | |
} u | |
struct { | |
BYTE type | |
BYTE detail | |
CARD16 sequenceNumber B16 | |
Time time B32 | |
CARD32 screen B32 | |
CARD32 display_mask B32 | |
CARD32 attribute B32 | |
CARD32 value B32 | |
CARD32 pad0 B32 | |
CARD32 pad1 B32 | |
} attribute_changed | |
} | u |
Definition at line 161 of file nv_control.h.
struct { ... } xnvctrlEvent::attribute_changed |
CARD16 sequenceNumber xnvctrlEvent::B16 |
Definition at line 166 of file nv_control.h.
Time time xnvctrlEvent::B32 |
Definition at line 172 of file nv_control.h.
CARD32 screen xnvctrlEvent::B32 |
Definition at line 173 of file nv_control.h.
CARD32 display_mask xnvctrlEvent::B32 |
Definition at line 174 of file nv_control.h.
CARD32 attribute xnvctrlEvent::B32 |
Definition at line 175 of file nv_control.h.
CARD32 value xnvctrlEvent::B32 |
Definition at line 176 of file nv_control.h.
CARD32 pad0 xnvctrlEvent::B32 |
Definition at line 177 of file nv_control.h.
CARD32 pad1 xnvctrlEvent::B32 |
Definition at line 178 of file nv_control.h.
BYTE xnvctrlEvent::detail |
Definition at line 165 of file nv_control.h.
BYTE xnvctrlEvent::type |
Definition at line 164 of file nv_control.h.
struct { ... } xnvctrlEvent::u |
union { ... } xnvctrlEvent::u |