Searched defs:recElement (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c51 struct recElement struct
73 struct recElement * pNext; /* next element in list */
75 typedef struct recElement recElement; typedef in typeref:struct:recElement
90 recElement* firstAxis;
91 recElement* firstButton;
92 recElement* firstHat;
117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max)
234 static void HIDGetElementInfo (CFTypeRef refElement, recElement *pElemen
[all...]

Completed in 36 milliseconds