Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
hid.hpp File Reference
#include "ioforge/ioforge_usb.hpp"
#include "usb-hid/keyboard.hpp"

Go to the source code of this file.

Data Structures

class  UsbHid
 

Enumerations

enum  hid_protocol { BOOT_PROTOCOL = 0 , REPORT_PROTOCOL = 1 }
 
enum  hid_device { HID_KEYBOARD = 1 , HID_MOUSE = 2 }
 

Enumeration Type Documentation

◆ hid_device

enum hid_device
Enumerator
HID_KEYBOARD 
HID_MOUSE 

Definition at line 9 of file hid.hpp.

◆ hid_protocol

Enumerator
BOOT_PROTOCOL 
REPORT_PROTOCOL 

Definition at line 7 of file hid.hpp.