Struct sixtyfps_corelib::input::MouseInputState [−][src]
pub struct MouseInputState { /* fields omitted */ }
Expand description
The state which a window should hold for the mouse input
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MouseInputState
impl !Send for MouseInputState
impl !Sync for MouseInputState
impl Unpin for MouseInputState
impl UnwindSafe for MouseInputState