mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-04 16:30:30 +01:00
A client sending duplicate touch IDs will be disconnected but motion or end events for touches that no longer exist will be silently ignored. The tracking state uses a uint64_t to store currently valid touch ids - since the whole range of touch ids are uint32_t (including zero) this is the simple way of using an out-of-range marker value (UINT64_MAX) Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/368> |
||
|---|---|---|
| .. | ||
| templates | ||
| buildtest.c | ||
| buildtest.cc | ||
| conftest.py | ||
| eierpecken.c | ||
| eierpecken.h | ||
| eiproto.py.tmpl | ||
| meson.build | ||
| test-ei-device.c | ||
| test-ei-seat.c | ||
| test-ei.c | ||
| test-eis.c | ||
| test-main.c | ||
| test_oeffis.py | ||
| test_protocol.py | ||
| test_scanner.py | ||
| unit-tests.c | ||