Searched refs:fwKeys (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/tests/winhello/ |
H A D | winhello.c | 363 int fwKeys; in MainWndProc() local 371 fwKeys = wParam; // key flags in MainWndProc() 391 switch ( fwKeys ) in MainWndProc()
|
/reactos/sdk/include/reactos/ |
H A D | winxx.h | 290 #define FORWARD_WM_XBUTTONDOWN(hwnd, fDoubleClick, fwKeys, fwButton, xPos, yPos, fn) \ argument 292 MAKEWPARAM((fwKeys), (fwButton)), MAKELPARAM((xPos), (yPos))), 0L) 300 #define FORWARD_WM_XBUTTONUP(hwnd, fDoubleClick, fwKeys, fwButton, xPos, yPos, fn) \ argument 301 ((fn)((hwnd), WM_XBUTTONUP, MAKEWPARAM((fwKeys), (fwButton)), \
|
H A D | msgdump.h | 1012 MD_OnMouseWheel(HWND hwnd, int xPos, int yPos, int zDelta, UINT fwKeys) in MD_OnMouseWheel() argument 1015 MSGDUMP_PREFIX, (void *)hwnd, xPos, yPos, zDelta, fwKeys); in MD_OnMouseWheel() 1532 MD_OnXButtonDown(HWND hwnd, BOOL fDoubleClick, WORD fwKeys, WORD fwButton, INT xPos, INT yPos) in MD_OnXButtonDown() argument 1537 MSGDUMP_PREFIX, (void *)hwnd, fwKeys, fwButton, xPos, yPos); in MD_OnXButtonDown() 1542 MSGDUMP_PREFIX, (void *)hwnd, fwKeys, fwButton, xPos, yPos); in MD_OnXButtonDown() 1547 MD_OnXButtonUp(HWND hwnd, WORD fwKeys, WORD fwButton, INT xPos, INT yPos) in MD_OnXButtonUp() argument 1550 MSGDUMP_PREFIX, (void *)hwnd, fwKeys, fwButton, xPos, yPos); in MD_OnXButtonUp()
|
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 1114 ZoomWnd_OnMouseWheel(HWND hwnd, INT x, INT y, INT zDelta, UINT fwKeys) in ZoomWnd_OnMouseWheel() argument
|
/reactos/dll/win32/comctl32/ |
H A D | listview.c | 4138 static LRESULT LISTVIEW_MouseMove(LISTVIEW_INFO *infoPtr, WORD fwKeys, INT x, INT y) in LISTVIEW_MouseMove() argument 4147 if (!(fwKeys & MK_LBUTTON)) in LISTVIEW_MouseMove()
|
/reactos/sdk/include/psdk/ |
H A D | commctrl.h | 4575 WORD fwKeys; member
|