Home
last modified time | relevance | path

Searched refs:MOUSEEVENTF_ABSOLUTE (Results 1 – 9 of 9) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DGetMessageTime.c58 mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE, 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/tests/wclickat/
H A Dwclickat.c283 mouse_event(MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, x, y, 0, 0); in do_click()
285 mouse_event(MOUSEEVENTF_ABSOLUTE | down, x, y, 0, 0); in do_click()
314 mouse_event(MOUSEEVENTF_ABSOLUTE | up, x, y, 0, 0); in do_click()
/reactos/win32ss/user/ntuser/
H A Dmouse.c58 mi.dwFlags |= MOUSEEVENTF_ABSOLUTE; in UserProcessMouseInput()
186 if (!(pmi->dwFlags & MOUSEEVENTF_ABSOLUTE)) in UserSendMouseInput()
/reactos/modules/rostests/apitests/comctl32/
H A Dbutton.c418 #define MOVE_CURSOR(x,y) mouse_event(MOUSEEVENTF_MOVE | MOUSEEVENTF_ABSOLUTE , …
/reactos/modules/rostests/winetests/user32/
H A Dinput.c1386 mouse_event(MOUSEEVENTF_LEFTUP | MOUSEEVENTF_ABSOLUTE, 123, 456, 0, 0); in test_mouse_ll_hook()
1389 mouse_event(MOUSEEVENTF_RIGHTUP | MOUSEEVENTF_ABSOLUTE, 456, 123, 0, 0); in test_mouse_ll_hook()
H A Dsysparams.c683 mouse_event( MOUSEEVENTF_ABSOLUTE | MOUSEEVENTF_MOVE, 0, 0, 0, 0 ); in run_spi_setmouse_test()
H A Dmenu.c2287 = MOUSEEVENTF_ABSOLUTE; in click_menu()
/reactos/sdk/include/psdk/
H A Dwinuser.h1197 #define MOUSEEVENTF_ABSOLUTE 0x8000 macro