HIDDKeyboardInputReport.h
Default mainpageat91libusbdevicehid-keyboardHIDDKeyboardInputReport.h
Description Overview  
Description
Purpose
Class for manipulating HID keyboard input reports.

Usage
  1. Initialize a newly created input report with HIDDKeyboardInputReport_Initialize.
  2. Change the standard keys that are pressed and released using HIDDKeyboardInputReport_PressStandardKey and HIDDKeyboardInputReport_ReleaseStandardKey.
  3. Change the modifier keys that are currently pressed and released using HIDDKeyboardInputReport_PressModifierKey and HIDDKeyboardInputReport_ReleaseModifierKey.