Searched refs:JoystickImpl (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/dinput/ |
H A D | joystick_linuxinput.c | 101 typedef struct JoystickImpl JoystickImpl; typedef 126 struct JoystickImpl struct 151 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8A() 156 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8W() 164 static void fake_current_js_state(JoystickImpl *ji); 468 JoystickImpl* newDevice; in alloc_device() 652 JoystickImpl *This; in joydev_create_device() 692 static int joydev_open_evdev(JoystickImpl *This) in joydev_open_evdev() 743 JoystickImpl *This = impl_from_IDirectInputDevice8W(iface); in JoystickWImpl_Acquire() 817 static void fake_current_js_state(JoystickImpl *ji) in fake_current_js_state() [all …]
|
H A D | joystick_linux.c | 92 typedef struct JoystickImpl JoystickImpl; typedef 95 struct JoystickImpl struct 109 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8A() 114 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8W() 467 JoystickImpl* newDevice; in alloc_device() 628 JoystickImpl *This; in joydev_create_device() 681 JoystickImpl *This = impl_from_IDirectInputDevice8W(iface); in JoystickLinuxWImpl_Acquire() 707 JoystickImpl *This = impl_from_IDirectInputDevice8A(iface); in JoystickLinuxAImpl_Acquire() 716 JoystickImpl *This = impl_from_IDirectInputDevice8W(iface); in JoystickLinuxWImpl_GetProperty() 776 JoystickImpl *This = impl_from_IDirectInputDevice8A(iface); in JoystickLinuxAImpl_GetProperty() [all …]
|
H A D | joystick_osx.c | 101 typedef struct JoystickImpl JoystickImpl; typedef 105 struct JoystickImpl struct 120 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8A() 125 JoystickGenericImpl, base), JoystickImpl, generic); in impl_from_IDirectInputDevice8W() 137 JoystickImpl *device; 746 static void get_osx_device_elements_props(JoystickImpl *device) in get_osx_device_elements_props() 1090 JoystickImpl* newDevice; in alloc_device() 1321 JoystickImpl *This; in joydev_create_device() 1361 JoystickImpl *This = impl_from_IDirectInputDevice8W(iface); in JoystickWImpl_GetProperty() 1402 JoystickImpl *This = impl_from_IDirectInputDevice8A(iface); in JoystickAImpl_GetProperty() [all …]
|