- Function
Uninstall an already loaded mouse driver.
- Header
- Declaration
unsigned char mouse_uninstall (void);- Description
The function uninstalls an already loaded mouse driver but don't removes it from memory.
- Limits
- If the driver has been loaded using
mouse_load_driver,mouse_unloadshould be used instead ofmouse_uninstallso the driver is also removed from memory.- Availability
cc65
- See also
- Example
None.