HIDDMouseDriver.h
Default mainpageat91libusbdevicehid-mouseHIDDMouseDriver.h
Description Overview  
Description
Purpose
Definition of methods for using a HID mouse device driver.

Usage
  1. Re-implement the USBDCallbacks_RequestReceived callback to forward requests to HIDDMouseDriver_RequestHandler. This is done automatically unless the NOAUTOCALLBACK symbol is defined during compilation.
  2. Initialize the driver using HIDDMouseDriver_Initialize. The USB driver is automatically initialized by this method.
  3. Call the HIDDMouseDriver_ChangePoints method when one or more keys are pressed/released.