mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
@@ -141,7 +141,7 @@ class Input::Event
|
||||
template <typename FN>
|
||||
void handle_repeat(FN const &fn) const
|
||||
{
|
||||
if (key_press(KEY_UNKNOWN) && _attr.press.codepoint.value)
|
||||
if (key_press(KEY_UNKNOWN) && _attr.press.codepoint.valid())
|
||||
fn(_attr.press.codepoint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user