Skip to content

Commit

Permalink
Added support for HID sliders wheels and dials on MacOS X
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 4, 2003
1 parent ba9ad77 commit 2cd27b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/joystick/darwin/SDL_sysjoystick.c
Expand Up @@ -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)
{
Expand Down

0 comments on commit 2cd27b5

Please sign in to comment.