smithay/examples
Ian Douglas Scott 566e176b44 Use Keycode type consistently for representing keycode
It seems good to use a dedicated type for keycodes, particularly given
there's two conventions for keycodes, offset by 8. So there's ambiguity
about what the numberic value of the keycode actually represents.

We might prefer to use the Wayland value rather than the X11 version
like `xkeysym::KeyCode` uses. But it would complicate things to have two
different keycode types, and the code that calls `kbd.key` already is
converting from `Keycode`.
2024-09-18 13:02:57 +02:00
..
buffer_test.rs renderer: introduce Color32F 2024-08-20 10:47:03 -06:00
compositor.rs compositor: Use the TransactionQueue 2023-05-09 12:01:34 +02:00
minimal.rs renderer: introduce Color32F 2024-08-20 10:47:03 -06:00
seat.rs Use Keycode type consistently for representing keycode 2024-09-18 13:02:57 +02:00
vulkan.rs feat: switch from slog to tracing 2023-02-22 18:41:12 +01:00