mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Added support for HID sliders wheels and dials on MacOS X
This commit is contained in:
parent
29564702b0
commit
c7e1b04c0c
|
|
@ -310,6 +310,9 @@ static void HIDAddElement (CFTypeRef refElement, recDevice* pDevice)
|
|||
case kHIDUsage_GD_Rx:
|
||||
case kHIDUsage_GD_Ry:
|
||||
case kHIDUsage_GD_Rz:
|
||||
case kHIDUsage_GD_Slider:
|
||||
case kHIDUsage_GD_Dial:
|
||||
case kHIDUsage_GD_Wheel:
|
||||
element = (recElement *) NewPtrClear (sizeof (recElement));
|
||||
if (element)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user