HIDKeypad_IsModifierKey
Default mainpageat91libusbcommonhidHIDKeypad_IsModifierKey
Description Source Call Graph
HIDKeypad_IsModifierKey
Indicates if the given key code is associated with a modified key.
 
Syntax / parameters
unsigned char HIDKeypad_IsModifierKey (unsigned char key)

Name Type Default Description
key unsigned char
  Key code.
 
Return value unsigned char
  1 if the key code represents a modifier key; otherwise 0.
Description
Indicates if the given key code is associated with a modified key.

 
Source
The documentation for this Member was generated from the following files:
  • HIDKeypad.c