ux-components 0.1.3

Backend agnostic GUI framework
Documentation
1
2
3
4
5
6
7
// accepts(RawKeyEvent event, RawKeyboard state) -> bool
// Whether the triggering event and the keyboard state at the time of the event meet required conditions, providing that the event is a triggering event.
//
// debugDescribeKeys() -> String
// Returns a description of the key set that is short and readable.

pub struct ShortcutActivator;