mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 16:58:29 +00:00
4dfa7902db
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