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