mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
328a4fa644
With the change of nitpicker to the event session interface, the formerly periodic hovering updates moved to the - now sporadic - input processing. This has the unfortunate side effect that hovering changes caused by non-user-input, in particular view-stack changes issued by the GUI clients that change the view under the current pointer position, would no longer be reported immediately but only after receiving the next incoming input event. This patch reworks the hover handling such that potential hovering changes due to view-stack operations are evaluated immediately by those operations, covering the update of the hover report and the generation of artificial enter/motion events. Issue #3812 |
||
---|---|---|
.. | ||
doc | ||
include | ||
lib | ||
recipes | ||
run | ||
src | ||
xsd | ||
README |
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.