releasecapture
This function is used to disable the ability to capture mouse messages outside of the graphics window.
void releasecapture();
Parameters
None
Return Value
None
Remarks
This function needs to be used in conjunction with the setcapture function.
Examples
Please refer to setcapture.