Skip to main content

IPointerInputModule

Trait IPointerInputModule 

Source
pub trait IPointerInputModule: IBaseInputModule {
    // Provided methods
    fn m_pointer_data(self) -> Dictionary_2<i32, PointerEventData> { ... }
    fn set_m_pointer_data(self, value: Dictionary_2<i32, PointerEventData>) { ... }
    fn m_mouse_state(self) -> PointerInputModule_MouseState { ... }
    fn set_m_mouse_state(self, value: PointerInputModule_MouseState) { ... }
}

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§