[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'Mouse' (#rtl)

DoneMouse

Deinitialize mouse driver.

Declaration

Source position: mouseh.inc line 65

procedure DoneMouse;

Description

DoneMouseDe-initializes the mouse driver. It cleans up any memory allocated when the mouse was initialized, or removes possible mouse hooks from memory. The mouse functions will not work after DoneMousewas called. If DoneMouseis called a second time, it will exit at once. InitMouseshould be called before DoneMousecan be called again.

For an example, see most other mouse functions.

Errors

None.

See also

DetectMouse

  

Detect the presence of a mouse.

InitMouse

  

Initialize the FPC mouse driver.