Searched refs:queue_event (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/directx/wine/dinput/ |
H A D | mouse.c | 352 queue_event(iface, inst_id, in dinput_mouse_hook() 411 queue_event(iface, inst_id, in dinput_mouse_hook()
|
H A D | device_private.h | 92 extern void queue_event(LPDIRECTINPUTDEVICE8A iface, int inst_id, DWORD data, DWORD time, DWORD seq…
|
H A D | joystick_osx.c | 825 … queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state() 854 … queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state() 927 … queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state()
|
H A D | keyboard.c | 141 queue_event(iface, DIDFT_MAKEINSTANCE(dik_code) | DIDFT_PSHBUTTON, in KeyboardCallback()
|
H A D | joystick_linux.c | 920 … queue_event(iface, inst_id, value, GetCurrentTime(), This->generic.base.dinput->evsequence++); in joy_polldev()
|
H A D | joystick_linuxinput.c | 994 queue_event(iface, inst_id, in joy_polldev()
|
H A D | device.c | 1025 void queue_event(LPDIRECTINPUTDEVICE8A iface, int inst_id, DWORD data, DWORD time, DWORD seq) in queue_event() function
|