slint/sixtyfps_runtime/rendering_backends/mcu/simulator
Olivier Goffart 733d4ed365 Handle more non printable key
Share the code that defines the key with a macro over all the backends using
a symlink.

This is a symlink rather than exposing the macro directly since we add this
module in every backend, and each backend re-declares the macro to handle
the part that it needs. This needs to be a symlink because it will also be shared
with the compiler that does not depends on sixtyfps-corelib
2021-12-10 11:28:09 +01:00
..
event_loop.rs Initial commit for a new software rendering backend for use in MCUs 2021-11-19 15:02:52 +01:00
glcontext.rs Initial commit for a new software rendering backend for use in MCUs 2021-11-19 15:02:52 +01:00
key_codes.rs Handle more non printable key 2021-12-10 11:28:09 +01:00