Enabled Mouse API
This commit is contained in:
parent
2e684a3c71
commit
2e72174480
2 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,10 @@
|
|||
Mouse example
|
||||
Press a button to click or move the mouse.
|
||||
|
||||
You may also use BootMouse to enable a bios compatible mouse.
|
||||
However this is very unusual and not recommended.
|
||||
Bios mice dont support wheels which can cause problems after a reboot.
|
||||
|
||||
See HID Project documentation for more Information.
|
||||
https://github.com/NicoHood/HID/wiki/Mouse-API
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@ THE SOFTWARE.
|
|||
|
||||
// Include all HID libraries (.a linkage required to work) properly
|
||||
//#include "AbsoluteMouse.h"
|
||||
//#include "ImprovedMouse.h"
|
||||
#include "SingleReport/BootMouse.h"
|
||||
#include "MultiReport/ImprovedMouse.h"
|
||||
//#include "Consumer.h"
|
||||
//#include "Gamepad.h"
|
||||
//#include "System.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue