HIDDMouseDriver_ChangePoints
Default mainpageat91libusbdevicehid-mouseHIDDMouseDriver_ChangePoints
Description Source Call Graph
HIDDMouseDriver_ChangePoints
Update the Mouse button status and location changes via input report to host.
 
Syntax / parameters
unsigned char HIDDMouseDriver_ChangePoints (unsigned char bmButtons, signed char deltaX, signed char deltaY)

Name Type Default Description
bmButtons unsigned char
  Bit map of the button status
deltaX signed char
  Movment on X direction
deltaY signed char
  Movment on Y direction
 
Return value unsigned char
   
Description
Update the Mouse button status and location changes via input report to host.

 
Source
The documentation for this Member was generated from the following files:
  • HIDDMouseDriver.c