Changeset 09b01ed0 in mainline


Ignore:
Timestamp:
2023-10-22T13:56:55Z (7 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6625c98
Parents:
b32cff2a
git-author:
Vojtech Horky <vojtech.horky@…> (2023-07-24 11:15:20)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-22 13:56:55)
Message:

Use keyboard, not mouse enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/window.c

    rb32cff2a r09b01ed0  
    787787        PCUT_ASSERT_NOT_NULL(window);
    788788
    789         kbd_event.type = POS_PRESS;
     789        kbd_event.type = KEY_PRESS;
    790790        kbd_event.key = KC_X;
    791791        kbd_event.mods = 0;
Note: See TracChangeset for help on using the changeset viewer.