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
..
2019-05-06 16:15:25 +02:00
2019-02-26 14:44:15 +01:00
2017-03-24 16:19:56 +01:00
2019-01-30 13:49:54 +01:00
2019-07-09 08:58:38 +02:00
2019-02-26 14:44:15 +01:00