ReleaseCapture

Syntax

void ReleaseCapture( )

This 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.

Return Value

None.

Comments

An application calls this function after calling the SetCapture function.