[Overview][Constants][Types][Procedures and functions][Variables] |
Set a new mouse driver.
Source position: mouseh.inc line 101
procedure SetMouseDriver( |
const Driver: TMouseDriver |
); |
SetMouseDriversets the mouse driver to Driver. This function should be called before InitMouseis called, or after DoneMouseis called. If it is called after the mouse has been initialized, it does nothing.
For more information on setting the mouse driver, mousedrv.
For an example, see mousedrv
|
Initialize the FPC mouse driver. |
|
|
Deinitialize mouse driver. |
|
|
Get a copy of the currently active mouse driver. |