The DragDetect function captures the mouse and tracks its movement until the user releases the left button, presses the ESC key, or moves the mouse outside the “drag rectangle” around the specified point. The width and height of the drag rectangle are specified by the SM_CXDRAG and SM_CYDRAG values returned by the GetSystemMetrics function.
BOOL DragDetect(
HWND hwnd, | |
POINT pt | |
); |
If the user moved the mouse outside of the drag rectangle while holding the left button down, the return value is nonzero.
If the user did not move the mouse outside of the drag rectangle while holding the left button down, the return value is zero.
The system metrics for the drag rectangle are configurable, allowing for larger or smaller drag rectangles.
file: /Techref/os/win/api/win32/func/src/f17_11.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 17:25,
3.142.54.241: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.ecomorder.com/Techref/os/win/api/win32/func/src/f17_11.htm"> DragDetect</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.