Win_ReleaseCapture

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_ReleaseCapture

 

Description

 

Releases the mouse capture from a window in the current thread and restores normal mouse input processing.

A window that has captured the mouse receives all mouse input, regardless of the position of the cursor, except when a mouse button is clicked while the cursor hot spot is in the window of another thread.

 

Syntax

 

n = Win_ReleaseCapture()

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples