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