void ReleaseCapture(void) |
The ReleaseCapture function releases the mouse capture and restores normal input processing. A window with the mouse capture receives all mouse input regardless of the position of the cursor.
This function has no parameters.
This function does not return a value.
An application calls this function after calling the SetCapture function.