Skip to main content

IPointerInputModule_MouseState

Trait IPointerInputModule_MouseState 

Source
pub trait IPointerInputModule_MouseState: IObject {
    // Provided methods
    fn m_tracked_buttons(self) -> List_1<PointerInputModule_ButtonState> { ... }
    fn set_m_tracked_buttons(
        self,
        value: List_1<PointerInputModule_ButtonState>,
    ) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§