HIDDMouseDriver.h
Default mainpage
at91lib
usb
device
hid-mouse
HIDDMouseDriver.h
Description
Overview
Description
Purpose
Definition of methods for using a HID mouse
device
driver.
Usage
Re-implement the
USBDCallbacks_RequestReceived
callback to forward requests to
HIDDMouseDriver_RequestHandler
. This is done automatically unless the NOAUTOCALLBACK symbol is defined during compilation.
Initialize the driver using
HIDDMouseDriver_Initialize
. The USB driver is automatically initialized by this method.
Call the
HIDDMouseDriver_ChangePoints
method when one or more keys are pressed/released.