- Function
 Uninstall the current joystick driver.
- Header
 - Declaration
 
unsigned char joy_uninstall (void);- Description
 The function uninstalls the currently installed joystick driver. It does not remove the driver from memory. The function returns an error code, which is
JOY_ERR_OKif the driver was successfully uninstalled.- Limits
 
- A joystick driver must be installed using joy_install before calling this function.
 - Availability
 cc65
- See also
 - Example
 None.