Crate egui_keybind

source ·
Expand description

§egui-keybind, a hotkey library for egui

This library provides a simple egui widget for keybindings (hotkeys).

§Serde

For serde support, enable the serde feature.

§License

Public domain or MIT or Boost Software License

Structs§

  • A keybind (hotkey) widget for egui.
  • A keybind that can be set with either the keyboard or a mouse.

Traits§

  • A trait can can be used for keybindings.