Changeset 6fbd1f9 in mainline for uspace/srv/hid/display/test/main.c


Ignore:
Timestamp:
2024-10-14T16:30:24Z (9 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
514108e
Parents:
b3b79981
Message:

Combine successive move/abs. move events in display server

Helps avoid the cursor lagging if re-drawing cannot keep up
with the rate of move events.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/test/main.c

    rb3b79981 r6fbd1f9  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2024 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    3636PCUT_IMPORT(cursor);
    3737PCUT_IMPORT(display);
     38PCUT_IMPORT(ievent);
    3839PCUT_IMPORT(seat);
    3940PCUT_IMPORT(window);
Note: See TracChangeset for help on using the changeset viewer.