HIDDKeyboardInputReport.h
Default mainpage
at91lib
usb
device
hid-keyboard
HIDDKeyboardInputReport.h
Description
Overview
Description
Purpose
Class for manipulating HID keyboard input reports.
Usage
Initialize a newly created input report with
HIDDKeyboardInputReport_Initialize
.
Change the standard keys that are pressed and released using
HIDDKeyboardInputReport_PressStandardKey
and
HIDDKeyboardInputReport_ReleaseStandardKey
.
Change the modifier keys that are currently pressed and released using
HIDDKeyboardInputReport_PressModifierKey
and
HIDDKeyboardInputReport_ReleaseModifierKey
.