mirror of
https://github.com/cecio/USBvalve.git
synced 2026-04-23 01:01:23 +00:00
1.0.0
This commit is contained in:
12
src/hid_handler.h
Normal file
12
src/hid_handler.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef HID_HANDLER_H
|
||||
#define HID_HANDLER_H
|
||||
|
||||
#include "tusb.h"
|
||||
|
||||
// Process a keyboard HID report (len needed for short-report devices)
|
||||
void process_kbd_report(uint8_t const* report, uint16_t len);
|
||||
|
||||
// Process a mouse HID report
|
||||
void process_mouse_report(hid_mouse_report_t const* report);
|
||||
|
||||
#endif // HID_HANDLER_H
|
||||
Reference in New Issue
Block a user