genode/repos/os/include/input
Christian Helmuth 4491c070be input: fix Codepoint::INVALID in Press event
The Press event is actually a Press_char event with a default codepoint.
The default codepoint is now

  Codepoint { Codepoint::INVALID } /* value 0xfffe */

in contrast to

  Codepoint { Input::Event::INVALID } /* value 0 */

Issue #3483
2019-08-28 14:22:32 +02:00
..
component.h os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
event_queue.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
event.h input: fix Codepoint::INVALID in Press event 2019-08-28 14:22:32 +02:00
keycodes.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
root.h input/root.h: support re-opening of sessions 2017-10-05 17:40:03 +02:00