SDL  2.0
recElement Struct Reference

#include <SDL_sysjoystick_c.h>

+ Collaboration diagram for recElement:

Data Fields

IOHIDElementRef elementRef
 
IOHIDElementCookie cookie
 
uint32_t usagePage
 
uint32_t usage
 
SInt32 min
 
SInt32 max
 
SInt32 minReport
 
SInt32 maxReport
 
struct recElementpNext
 

Detailed Description

Definition at line 28 of file SDL_sysjoystick_c.h.

Field Documentation

◆ cookie

IOHIDElementCookie recElement::cookie

Definition at line 31 of file SDL_sysjoystick_c.h.

◆ elementRef

IOHIDElementRef recElement::elementRef

Definition at line 30 of file SDL_sysjoystick_c.h.

◆ max

SInt32 recElement::max

Definition at line 34 of file SDL_sysjoystick_c.h.

◆ maxReport

SInt32 recElement::maxReport

Definition at line 38 of file SDL_sysjoystick_c.h.

◆ min

SInt32 recElement::min

Definition at line 33 of file SDL_sysjoystick_c.h.

◆ minReport

SInt32 recElement::minReport

Definition at line 37 of file SDL_sysjoystick_c.h.

◆ pNext

struct recElement* recElement::pNext

Definition at line 40 of file SDL_sysjoystick_c.h.

◆ usage

uint32_t recElement::usage

Definition at line 32 of file SDL_sysjoystick_c.h.

◆ usagePage

uint32_t recElement::usagePage

Definition at line 32 of file SDL_sysjoystick_c.h.


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