ReleaseCapture

2.x

  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.

Parameters

This function has no parameters.

Return Value

This function does not return a value.

Comments

An application calls this function after calling the SetCapture function.

See Also

SetCapture