Enabled Mouse API

This commit is contained in:
NicoHood 2015-10-10 18:59:17 +02:00
parent 2e684a3c71
commit 2e72174480
2 changed files with 6 additions and 1 deletions

View file

@ -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
*/

View file

@ -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"