Changeset 96b0faef in mainline for uspace/app/virtusbkbd/keys.h


Ignore:
Timestamp:
2011-01-17T16:33:29Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
64861b8, d08abdb7
Parents:
a1d12f4
Message:

Virtual USB keyboard fine tunning

The number of simultaneously pressed keys was set to 6 to conform to
example in HID specification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/virtusbkbd/keys.h

    ra1d12f4 r96b0faef  
    4040
    4141/** Maximum number of keys that can be pressed simultaneously. */
    42 #define KB_MAX_KEYS_AT_ONCE 4
     42#define KB_MAX_KEYS_AT_ONCE 6
    4343
    4444/** Key code type. */
Note: See TracChangeset for help on using the changeset viewer.