BOOL ReleaseCapture(void) |
The ReleaseCapture function releases the mouse capture from a window in the current thread and restores normal mouse input processing. A window with the mouse capture receives all mouse input regardless of the position of the cursor.
This function has no parameters.
The return value is TRUE if the function is successful. Otherwise, it is FALSE.
An application calls this function after calling the SetCapture function.
GetCapture, SetCapture