Home
last modified time | relevance | path

Searched refs:fwKeys (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/tests/winhello/
H A Dwinhello.c363 int fwKeys; in MainWndProc() local
371 fwKeys = wParam; // key flags in MainWndProc()
391 switch ( fwKeys ) in MainWndProc()
/reactos/sdk/include/reactos/
H A Dwinxx.h290 #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 Dmsgdump.h1012 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 Dshimgvw.c1114 ZoomWnd_OnMouseWheel(HWND hwnd, INT x, INT y, INT zDelta, UINT fwKeys) in ZoomWnd_OnMouseWheel() argument
/reactos/dll/win32/comctl32/
H A Dlistview.c4138 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 Dcommctrl.h4575 WORD fwKeys; member