Home
last modified time | relevance | path

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

/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/OSX/src/main/java/net/java/games/input/
H A DOSXHIDDevice.java74 private final static String kIOHIDElementTypeKey = "Type"; field in OSXHIDDevice
133 int element_type_id = getIntFromProperties(element_properties, kIOHIDElementTypeKey); in createElementFromElementProperties()
/dports/emulators/sameboy/SameBoy-0.14.7/JoyKit/
H A DJOYElement.m41 … (__bridge CFDictionaryRef)@{@(kIOHIDElementTypeKey): @(kIOHIDElementTypeInput_NULL)},
/dports/devel/ois/ois/src/mac/
H A DMacHIDManager.cpp220 …if(getInt32(getDictionaryItemAsRef<CFNumberRef>(element, kIOHIDElementTypeKey)) == kIOHIDElementTy… in parseDeviceProperties()
/dports/devel/allegro/allegro-4.4.3.1/src/macosx/
H A Dhidman.m111 type = i_val(element, CFSTR(kIOHIDElementTypeKey));
203 type = i_val(element, CFSTR(kIOHIDElementTypeKey));
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dmacjoy.c139 type = CFDictionaryGetValue(elem, CFSTR(kIOHIDElementTypeKey)); in joy_elem_array_hnd()
/dports/devel/allegro5/allegro5-5.2.7.0/src/macosx/
H A Dhidman.m113 type = i_val(element, CFSTR(kIOHIDElementTypeKey));
205 type = i_val(element, CFSTR(kIOHIDElementTypeKey));
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/joystick/
H A DjsMacOSX.cxx331 CFDictionaryGetValue ((CFDictionaryRef) element, CFSTR(kIOHIDElementTypeKey)), in parseElement()
/dports/x11-toolkits/plib/plib-1.8.5/src/js/
H A DjsMacOSX.cxx297 CFDictionaryGetValue ((CFDictionaryRef) element, CFSTR(kIOHIDElementTypeKey)), in parseElement()
/dports/graphics/wdune/wdune-1.926/src/SDLjoystick/darwin/
H A DSDL_sysjoystick.c310 CFTypeRef refElementType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementTypeKey)); in HIDAddElement()
/dports/devel/sdl12/SDL-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c288 CFTypeRef refElementType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementTypeKey)); in HIDAddElement()
/dports/games/craft/Craft-1.0fbsd/deps/glfw/src/
H A Dcocoa_joystick.m66 CFNumberGetValue(CFDictionaryGetValue(elementRef, CFSTR(kIOHIDElementTypeKey)),
/dports/graphics/glfw2/glfw-2.7.9/lib/cocoa/
H A Dcocoa_joystick.m97 refElementType = CFDictionaryGetValue( refElement, CFSTR( kIOHIDElementTypeKey ) );
/dports/games/zdoom/zdoom-2.8.1/src/posix/cocoa/
H A Di_joystick.cpp809 const long type = GetElementValue(element, CFSTR(kIOHIDElementTypeKey)); in GatherElementsHandler()
/dports/emulators/fs-uae/fs-uae-3.1.35/manymouse/
H A Dmacosx_hidutilities.c318 CFTypeRef refElementType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementTypeKey)); in hid_AddElement()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/MacOSX/
H A DCIrrDeviceMacOSX.mm280 …f refElementType = CFDictionaryGetValue ((CFDictionaryRef)refElement, CFSTR(kIOHIDElementTypeKey));
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/MacOSX/
H A DCIrrDeviceMacOSX.mm280 …f refElementType = CFDictionaryGetValue ((CFDictionaryRef)refElement, CFSTR(kIOHIDElementTypeKey));