Home
last modified time | relevance | path

Searched refs:MOUSEEVENTF_MOVE (Results 1 – 14 of 14) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DSetCursorPos.c106 mouse_event(MOUSEEVENTF_MOVE, 2,2, 0,0); in Test_SetCursorPos()
117 mouse_event(MOUSEEVENTF_MOVE, 100,100, 0,0); in Test_SetCursorPos()
132 mouse_event(MOUSEEVENTF_MOVE, 50,50, 0,0); in Test_SetCursorPos()
133 mouse_event(MOUSEEVENTF_MOVE, 60,60, 0,0); in Test_SetCursorPos()
137 mouse_event(MOUSEEVENTF_MOVE, 50,50, 0,0); in Test_SetCursorPos()
139 mouse_event(MOUSEEVENTF_MOVE, 60,60, 0,0); in Test_SetCursorPos()
H A DGetMessageTime.c58 mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE, in WindowProc()
62 mouse_event(MOUSEEVENTF_MOVE, 1, 1, 0, 0); in WindowProc()
116 mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE, in START_TEST()
H A DTrackMouseEvent.c162 #define MOVE_CURSOR(x,y) mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE , …
/reactos/modules/rostests/winetests/dinput/
H A Dmouse.c149 mouse_event(MOUSEEVENTF_MOVE, 10, 10, 0, 0); in test_acquire()
154 mouse_event(MOUSEEVENTF_MOVE, 10, 10, 0, 0); in test_acquire()
163 mouse_event(MOUSEEVENTF_MOVE, 10, 10, 0, 0); in test_acquire()
175 mouse_event(MOUSEEVENTF_MOVE, 10 + i, 10 + i, 0, 0); in test_acquire()
/reactos/win32ss/user/ntuser/
H A Dmouse.c54 mi.dwFlags |= MOUSEEVENTF_MOVE; in UserProcessMouseInput()
183 if (pmi->dwFlags & MOUSEEVENTF_MOVE) in UserSendMouseInput()
225 if (dwFlags & MOUSEEVENTF_MOVE) in UserSendMouseInput()
H A Dfocus.c1519 mi.dwFlags = MOUSEEVENTF_MOVE; in co_UserSetCapture()
/reactos/modules/rostests/tests/wclickat/
H A Dwclickat.c283 mouse_event(MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, x, y, 0, 0); in do_click()
307 mouse_event(MOUSEEVENTF_MOVE, step_per_x, step_per_y, 0, 0); in do_click()
/reactos/modules/rostests/winetests/user32/
H A Dinput.c1341 mouse_event(MOUSEEVENTF_MOVE, -STEP, 0, 0, 0); in test_mouse_ll_hook()
1344 mouse_event(MOUSEEVENTF_MOVE, +STEP, 0, 0, 0); in test_mouse_ll_hook()
1347 mouse_event(MOUSEEVENTF_MOVE, 0, -STEP, 0, 0); in test_mouse_ll_hook()
1350 mouse_event(MOUSEEVENTF_MOVE, 0, +STEP, 0, 0); in test_mouse_ll_hook()
1364 mouse_event(MOUSEEVENTF_MOVE, +STEP, +STEP, 0, 0); in test_mouse_ll_hook()
1407 mouse_event(MOUSEEVENTF_MOVE, -STEP, -STEP, 0, 0); in test_mouse_ll_hook()
1410 mouse_event(MOUSEEVENTF_MOVE, +STEP, +STEP, 0, 0); in test_mouse_ll_hook()
1414 mouse_event(MOUSEEVENTF_MOVE, 0, 0, 0, 0); in test_mouse_ll_hook()
1417 mouse_event(MOUSEEVENTF_MOVE, 0, 0, 0, 0); in test_mouse_ll_hook()
H A Dmsg.c10679 mouse_event(MOUSEEVENTF_MOVE, -1, 0, 0, 0); in mouse_ll_global_thread_proc()
10681 mouse_event(MOUSEEVENTF_MOVE, 1, 0, 0, 0); in mouse_ll_global_thread_proc()
10877 mouse_event(MOUSEEVENTF_MOVE, -1, 0, 0, 0); in test_winevents()
10879 mouse_event(MOUSEEVENTF_MOVE, 1, 0, 0, 0); in test_winevents()
12335 mouse_event(MOUSEEVENTF_MOVE, -STEP, -STEP, 0, 0); in test_PeekMessage2()
12340 mouse_event(MOUSEEVENTF_MOVE, STEP, STEP, 0, 0); in test_PeekMessage2()
12365 mouse_event(MOUSEEVENTF_MOVE, STEP, STEP, 0, 0); in test_PeekMessage2()
12383 mouse_event(MOUSEEVENTF_MOVE, STEP, STEP, 0, 0); in test_PeekMessage2()
12786 mouse_event(MOUSEEVENTF_MOVE, 1, 0, 0, 0); in pump_msg_loop_timeout()
12948 mouse_event(MOUSEEVENTF_MOVE, -1, 0, 0, 0); in test_TrackMouseEvent()
[all …]
H A Dsysparams.c683 mouse_event( MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, 0, 0, 0, 0 ); in run_spi_setmouse_test()
684 mouse_event( MOUSEEVENTF_MOVE, req_change[i].x, req_change[i].y, 0, 0 ); in run_spi_setmouse_test()
H A Dwin.c3739 mouse_event(MOUSEEVENTF_MOVE, -1, -1, 0, 0); in test_mouse_input()
3743 mouse_event(MOUSEEVENTF_MOVE, 1, 1, 0, 0); in test_mouse_input()
3756 mouse_event(MOUSEEVENTF_MOVE, -1, -1, 0, 0); in test_mouse_input()
3763 mouse_event(MOUSEEVENTF_MOVE, 1, 1, 0, 0); in test_mouse_input()
H A Dmenu.c2288 i[0].u.mi.dwFlags |= MOUSEEVENTF_MOVE; in click_menu()
/reactos/modules/rostests/apitests/comctl32/
H A Dbutton.c418 #define MOVE_CURSOR(x,y) mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE , …
/reactos/sdk/include/psdk/
H A Dwinuser.h1186 #define MOUSEEVENTF_MOVE 0x0001 macro