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