The WM_SETCURSOR message is sent to a window if the mouse causes the cursor to move within a window and mouse input is not captured.
WM_SETCURSOR hwnd = (HWND) wParam; // handle of window with cursor nHittest = LOWORD(lParam); // hit-test code wMouseMsg = HIWORD(lParam); // mouse-message identifier
The DefWindowProc function passes the WM_SETCURSOR message to a parent window before processing. If the parent window returns TRUE, further processing is halted. Passing the message to a window’s parent window gives the parent window control over the cursor’s setting in a child window. The DefWindowProc function also uses this message to set the cursor to an arrow if it is not in the client area, or to the registered class cursor if it is in the client area. If the low-order word of the lParam parameter is HTERROR and the high-order word of lParam specifies that one of the mouse buttons is pressed, DefWindowProc calls the MessageBeep function.
The high-order word of lParam is zero when the window enters menu mode.
file: /Techref/os/win/api/win32/mess/src/msg27_21.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 07:21,
3.22.181.246:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/mess/src/msg27_21.htm"> WM_SETCURSOR</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.