mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
af66043b79
This patch introduces keyboard-focus events to the 'Input::Event' class and changes the name 'Input::Event::keycode' to 'code'. The 'code' represents the key code for PRESS/RELEASE events, and the focus state for FOCUS events (0 - unfocused, 1 - focused). Furthermore, nitpicker has been adapted to deliver FOCUS events to its clients. Fixes #609 |
||
---|---|---|
.. | ||
include/terminal | ||
run | ||
src | ||
README |
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports', and 'qt4'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.