Home
last modified time | relevance | path

Searched refs:queue_event (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/directx/wine/dinput/
H A Dmouse.c352 queue_event(iface, inst_id, in dinput_mouse_hook()
411 queue_event(iface, inst_id, in dinput_mouse_hook()
H A Ddevice_private.h92 extern void queue_event(LPDIRECTINPUTDEVICE8A iface, int inst_id, DWORD data, DWORD time, DWORD seq…
H A Djoystick_osx.c825queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state()
854queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state()
927queue_event(iface,inst_id,newVal,GetCurrentTime(),device->generic.base.dinput->evsequence++); in poll_osx_device_state()
H A Dkeyboard.c141 queue_event(iface, DIDFT_MAKEINSTANCE(dik_code) | DIDFT_PSHBUTTON, in KeyboardCallback()
H A Djoystick_linux.c920queue_event(iface, inst_id, value, GetCurrentTime(), This->generic.base.dinput->evsequence++); in joy_polldev()
H A Djoystick_linuxinput.c994 queue_event(iface, inst_id, in joy_polldev()
H A Ddevice.c1025 void queue_event(LPDIRECTINPUTDEVICE8A iface, int inst_id, DWORD data, DWORD time, DWORD seq) in queue_event() function