Trait ITridentTouchInput_Impl
pub trait ITridentTouchInput_Impl: IUnknownImpl {
// Required method
fn OnPointerMessage(
&self,
msg: u32,
wparam: WPARAM,
lparam: LPARAM,
) -> Result<BOOL>;
}
Required Methods§
fn OnPointerMessage( &self, msg: u32, wparam: WPARAM, lparam: LPARAM, ) -> Result<BOOL>
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.