[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Initialize the FPC mouse driver.
Source position: mouseh.inc line 64
procedure InitMouse; |
InitMouse Initializes the mouse driver. This will allocate any data structures needed for the mouse to function. All mouse functions can be used after a call to InitMouse.
A call to InitMouse must always be followed by a call to DoneMouse at program exit. Failing to do so may leave the mouse in an unusable state, or may result in memory leaks.
For an example, see most other functions.
None.
|
Deinitialize mouse driver. |
|
|
Detect the presence of a mouse. |