genode/repos/os
Norman Feske 4dfa7902db os: Input::Event:Seq_number event type
The new event type allows for the propagation of sequence numbers as a means to
validate the freshness of input handling. E.g., an menu-view-based application
can augment artificial sequence numbers to the stream of motion events supplied
to 'menu_view'. Menu view, in turn, can now report the latest received sequence
number in its hover reports, thereby enabling the application to robustly
correlate hover results with click positions.

Issue #4398
2022-02-15 10:16:51 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: Input::Event:Seq_number event type 2022-02-15 10:16:51 +01:00
lib os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
recipes rpi: remove drivers for platform, fb and sd_card 2022-02-15 10:16:51 +01:00
run rom_to_file: use VFS instead of fs session 2022-02-15 10:11:10 +01:00
src rpi: remove drivers for platform, fb and sd_card 2022-02-15 10:16:51 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.