pub type MirKeyboardAction = c_uint;Expand description
Possible actions for changing key state
Trait Implementations§
Source§impl From<KeyboardAction> for MirKeyboardAction
impl From<KeyboardAction> for MirKeyboardAction
Source§fn from(value: KeyboardAction) -> Self
fn from(value: KeyboardAction) -> Self
Converts to this type from the input type.