Type Alias KeyReleaseEvent

Source
pub type KeyReleaseEvent = KeyPressEvent;
Expand description

a key was pressed/released

Aliased Typeยง

struct KeyReleaseEvent { /* private fields */ }