[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Deinitialize mouse driver.
Source position: mouseh.inc line 67
procedure DoneMouse; |
DoneMouse De-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 DoneMouse was called. If DoneMouse is called a second time, it will exit at once. InitMouse should be called before DoneMouse can be called again.
For an example, see most other mouse functions.
None.
|
Detect the presence of a mouse. |
|
|
Initialize the FPC mouse driver. |