Changes in uspace/app/virtusbkbd/keys.h [679a135:4b4c797] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/virtusbkbd/keys.h
r679a135 r4b4c797 27 27 */ 28 28 29 /** @addtogroup usb virtkbd29 /** @addtogroup usb 30 30 * @{ 31 31 */ … … 40 40 41 41 /** Maximum number of keys that can be pressed simultaneously. */ 42 #define KB_MAX_KEYS_AT_ONCE 642 #define KB_MAX_KEYS_AT_ONCE 4 43 43 44 44 /** Key code type. */
Note:
See TracChangeset
for help on using the changeset viewer.