Changeset 8965860c in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2022-03-23T18:35:16Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ca7215
Parents:
d4ea1f6
Message:

Clickmatic

A class that periodically generates when held, after initial delay.
This is quite similar to the typematic feature found in PC keyboards.
We use it to automatically scroll when scrollbar button or through
is held.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    rd4ea1f6 r8965860c  
    11#
    2 # Copyright (c) 2021 Jiri Svoboda
     2# Copyright (c) 2022 Jiri Svoboda
    33# All rights reserved.
    44#
     
    3131        'src/accel.c',
    3232        'src/checkbox.c',
     33        'src/clickmatic.c',
    3334        'src/control.c',
    3435        'src/dummygc.c',
     
    5859        'test/accel.c',
    5960        'test/checkbox.c',
     61        'test/clickmatic.c',
    6062        'test/control.c',
    6163        'test/entry.c',
Note: See TracChangeset for help on using the changeset viewer.