Changeset 1dea6d7 in mainline


Ignore:
Timestamp:
2012-01-01T21:57:09Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8bb9540
Parents:
c322fd6
Message:

hid/input: Add TODO note.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/generic/input.c

    rc322fd6 r1dea6d7  
    178178                async_msg_2(exch, INPUT_EVENT_MOVE, dx, dy);
    179179        if (dz) {
     180                // TODO: Implement proper wheel support
    180181                keycode_t code = dz > 0 ? KC_UP : KC_DOWN;
    181182                for (int i = 0; i < 3; ++i) {
Note: See TracChangeset for help on using the changeset viewer.