Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dinput/
H A Djoystick_linux.c133 static void joy_polldev(LPDIRECTINPUTDEVICE8A iface);
487 newDevice->generic.joy_polldev = joy_polldev; in alloc_device()
846 static void joy_polldev(LPDIRECTINPUTDEVICE8A iface) in joy_polldev() function
H A Djoystick_private.h56 joy_polldev_handler *joy_polldev; member
H A Djoystick_linuxinput.c166 static void joy_polldev(LPDIRECTINPUTDEVICE8A iface);
482 newDevice->generic.joy_polldev = joy_polldev; in alloc_device()
838 static void joy_polldev(LPDIRECTINPUTDEVICE8A iface) in joy_polldev() function
H A Djoystick.c790 This->joy_polldev(IDirectInputDevice8A_from_impl(This)); in JoystickWGenericImpl_Poll()
816 This->joy_polldev(IDirectInputDevice8A_from_impl(This)); in JoystickWGenericImpl_GetDeviceState()
H A Djoystick_osx.c1116 newDevice->generic.joy_polldev = poll_osx_device_state; in alloc_device()