Home |
Function USBMouse |
Function USBMouseUSBMouse is an attachment/detachment callback for RTUSB-32: int USBMouse(RTUDeviceHandle Device, RTUSBEvent Event); Applications which need to support USB mice should register USBMouse using RTURegisterCallback before any USB host controllers are registered. Configuration parameters for the USB mouse class driver are set in global variable RTUSBMouseConfig. The current mouse pointer position can be changed using function USBSetMousePos.
|