pub trait IVisualInteractionSourceInterop_Impl: Sized {
    // Required method
    fn TryRedirectForManipulation(
        &self,
        pointerinfo: *const POINTER_INFO
    ) -> Result<()>;
}

Required Methods§

fn TryRedirectForManipulation( &self, pointerinfo: *const POINTER_INFO ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§