mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-24 13:05:41 +00:00
When a single TOUCH and TOUCH_RELEASE event are submitted simultaneously, the input sequence number is incremented twice. In consequence, menu view will never generate a hover report for the intermediate sequence number. However, this is the report that the sculpt manager is waiting for to correlate it with the TOUCH event. Only incrementing the input sequence number when the state changed from not clicked to clicked exposes another corner case: When the last event unfocused a dialog (e.g. the popup dialog) and when the current event touches the dialog, the seq event is not delivered to the dialog because it is not focused. Therefore, the seq event should be submitted after submitting the TOUCH event. genodelabs/genode#5491
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components hosted in the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.