SDL  2.0
HIDP_DATA Struct Reference

#include <SDL_hid.h>

Data Fields

USHORT DataIndex
 
USHORT Reserved
 
union {
   ULONG   RawValue
 
   BOOLEAN   On
 
}; 
 

Detailed Description

Definition at line 151 of file SDL_hid.h.

Field Documentation

◆ 

union { ... }

◆ DataIndex

USHORT HIDP_DATA::DataIndex

Definition at line 152 of file SDL_hid.h.

◆ On

BOOLEAN HIDP_DATA::On

Definition at line 156 of file SDL_hid.h.

◆ RawValue

ULONG HIDP_DATA::RawValue

Definition at line 155 of file SDL_hid.h.

◆ Reserved

USHORT HIDP_DATA::Reserved

Definition at line 153 of file SDL_hid.h.


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