mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01:00
Character events are created via a dedicated 'Event' constructor that takes an 'Event:Utf8' object as argument. Internally, the character is kept in the '_code' member. The 'Utf8' value can by retrieved by the recipient via the new 'utf8' method. Issue #2264