#include <hidboot.h>
Definition at line 133 of file hidboot.h.
KeyboardReportParser::KeyboardReportParser |
( |
| ) |
|
|
inline |
uint8_t KeyboardReportParser::OemToAscii |
( |
uint8_t |
mod, |
|
|
uint8_t |
key |
|
) |
| |
|
protected |
void KeyboardReportParser::Parse |
( |
HID * |
hid, |
|
|
bool |
is_rpt_id, |
|
|
uint8_t |
len, |
|
|
uint8_t * |
buf |
|
) |
| |
|
virtual |
uint8_t KeyboardReportParser::HandleLockingKeys |
( |
HID * |
hid, |
|
|
uint8_t |
key |
|
) |
| |
|
protected |
virtual void KeyboardReportParser::OnKeyDown |
( |
uint8_t |
mod, |
|
|
uint8_t |
key |
|
) |
| |
|
inlineprotectedvirtual |
virtual void KeyboardReportParser::OnKeyUp |
( |
uint8_t |
mod, |
|
|
uint8_t |
key |
|
) |
| |
|
inlineprotectedvirtual |
KBDINFO KeyboardReportParser::kbdInfo |
uint8_t KeyboardReportParser::bInfo[sizeof(KBDINFO)] |
union { ... } KeyboardReportParser::prevState |
KBDLEDS KeyboardReportParser::kbdLeds |
uint8_t KeyboardReportParser::bLeds |
union { ... } KeyboardReportParser::kbdLockingKeys |
The documentation for this class was generated from the following files: