Difference between revisions of "Unit USBMOUSE"
Line 12: | Line 12: | ||
To use this driver in place of the default HID Mouse driver set the following configuration variables in your application during system initialization. | To use this driver in place of the default HID Mouse driver set the following configuration variables in your application during system initialization. | ||
− | |||
HID_REGISTER_MOUSE := False; | HID_REGISTER_MOUSE := False; | ||
USB_MOUSE_REGISTER_DRIVER := True; | USB_MOUSE_REGISTER_DRIVER := True; | ||
− | |||
This driver does not recognize devices that do not report themselves as boot mice, does not correctly recognize the wheel on many devices and is known to be incompatible with the touch pad included in some portable wireless keyboards. | This driver does not recognize devices that do not report themselves as boot mice, does not correctly recognize the wheel on many devices and is known to be incompatible with the touch pad included in some portable wireless keyboards. | ||
Revision as of 04:35, 11 November 2022
Return to Unit Reference
Description
Ultibo USB Mouse Driver unit
USB Mouse Devices
The USB mouse driver in this unit uses HID Boot Protocol only and has been replaced by the HIDMouse unit which provides complete HID Report Protocol support for USB mice. It is retained here for legacy uses and backwards compatibility only.
To use this driver in place of the default HID Mouse driver set the following configuration variables in your application during system initialization.
HID_REGISTER_MOUSE := False; USB_MOUSE_REGISTER_DRIVER := True;
This driver does not recognize devices that do not report themselves as boot mice, does not correctly recognize the wheel on many devices and is known to be incompatible with the touch pad included in some portable wireless keyboards.
Constants
To be documented
Type definitions
To be documented
Public variables
To be documented
Function declarations
To be documented
Return to Unit Reference