Home
last modified time | relevance | path

Searched refs:recElement (Results 1 – 1 of 1) sorted by relevance

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