Skip to main content

IPointerInputModule_MouseButtonEventData

Trait IPointerInputModule_MouseButtonEventData 

Source
pub trait IPointerInputModule_MouseButtonEventData: IObject {
    // Provided methods
    fn button_state(self) -> PointerEventData_FramePressState { ... }
    fn set_button_state(self, value: PointerEventData_FramePressState) { ... }
    fn button_data(self) -> PointerEventData { ... }
    fn set_button_data(self, value: PointerEventData) { ... }
}

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§