Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2PointerInfo
source · #[repr(transparent)]pub struct ICoreWebView2PointerInfo(_);
Implementations§
source§impl ICoreWebView2PointerInfo
impl ICoreWebView2PointerInfo
pub unsafe fn PointerKind(&self, pointerkind: *mut u32) -> Result<()>
pub unsafe fn SetPointerKind(&self, pointerkind: u32) -> Result<()>
pub unsafe fn PointerId(&self, pointerid: *mut u32) -> Result<()>
pub unsafe fn SetPointerId(&self, pointerid: u32) -> Result<()>
pub unsafe fn FrameId(&self, frameid: *mut u32) -> Result<()>
pub unsafe fn SetFrameId(&self, frameid: u32) -> Result<()>
pub unsafe fn PointerFlags(&self, pointerflags: *mut u32) -> Result<()>
pub unsafe fn SetPointerFlags(&self, pointerflags: u32) -> Result<()>
pub unsafe fn PointerDeviceRect(
&self,
pointerdevicerect: *mut RECT
) -> Result<()>
pub unsafe fn SetPointerDeviceRect(&self, pointerdevicerect: RECT) -> Result<()>
pub unsafe fn DisplayRect(&self, displayrect: *mut RECT) -> Result<()>
pub unsafe fn SetDisplayRect(&self, displayrect: RECT) -> Result<()>
pub unsafe fn PixelLocation(&self, pixellocation: *mut POINT) -> Result<()>
pub unsafe fn SetPixelLocation(&self, pixellocation: POINT) -> Result<()>
pub unsafe fn HimetricLocation(&self, himetriclocation: *mut POINT) -> Result<()>
pub unsafe fn SetHimetricLocation(&self, himetriclocation: POINT) -> Result<()>
pub unsafe fn PixelLocationRaw(&self, pixellocationraw: *mut POINT) -> Result<()>
pub unsafe fn SetPixelLocationRaw(&self, pixellocationraw: POINT) -> Result<()>
pub unsafe fn HimetricLocationRaw(
&self,
himetriclocationraw: *mut POINT
) -> Result<()>
pub unsafe fn SetHimetricLocationRaw(
&self,
himetriclocationraw: POINT
) -> Result<()>
pub unsafe fn Time(&self, time: *mut u32) -> Result<()>
pub unsafe fn SetTime(&self, time: u32) -> Result<()>
pub unsafe fn HistoryCount(&self, historycount: *mut u32) -> Result<()>
pub unsafe fn SetHistoryCount(&self, historycount: u32) -> Result<()>
pub unsafe fn InputData(&self, inputdata: *mut i32) -> Result<()>
pub unsafe fn SetInputData(&self, inputdata: i32) -> Result<()>
pub unsafe fn KeyStates(&self, keystates: *mut u32) -> Result<()>
pub unsafe fn SetKeyStates(&self, keystates: u32) -> Result<()>
pub unsafe fn PerformanceCount(&self, performancecount: *mut u64) -> Result<()>
pub unsafe fn SetPerformanceCount(&self, performancecount: u64) -> Result<()>
pub unsafe fn ButtonChangeKind(&self, buttonchangekind: *mut i32) -> Result<()>
pub unsafe fn SetButtonChangeKind(&self, buttonchangekind: i32) -> Result<()>
pub unsafe fn PenFlags(&self, penflags: *mut u32) -> Result<()>
pub unsafe fn SetPenFlags(&self, penflags: u32) -> Result<()>
pub unsafe fn PenMask(&self, penmask: *mut u32) -> Result<()>
pub unsafe fn SetPenMask(&self, penmask: u32) -> Result<()>
pub unsafe fn PenPressure(&self, penpressure: *mut u32) -> Result<()>
pub unsafe fn SetPenPressure(&self, penpressure: u32) -> Result<()>
pub unsafe fn PenRotation(&self, penrotation: *mut u32) -> Result<()>
pub unsafe fn SetPenRotation(&self, penrotation: u32) -> Result<()>
pub unsafe fn PenTiltX(&self, pentiltx: *mut i32) -> Result<()>
pub unsafe fn SetPenTiltX(&self, pentiltx: i32) -> Result<()>
pub unsafe fn PenTiltY(&self, pentilty: *mut i32) -> Result<()>
pub unsafe fn SetPenTiltY(&self, pentilty: i32) -> Result<()>
pub unsafe fn TouchFlags(&self, touchflags: *mut u32) -> Result<()>
pub unsafe fn SetTouchFlags(&self, touchflags: u32) -> Result<()>
pub unsafe fn TouchMask(&self, touchmask: *mut u32) -> Result<()>
pub unsafe fn SetTouchMask(&self, touchmask: u32) -> Result<()>
pub unsafe fn TouchContact(&self, touchcontact: *mut RECT) -> Result<()>
pub unsafe fn SetTouchContact(&self, touchcontact: RECT) -> Result<()>
pub unsafe fn TouchContactRaw(&self, touchcontactraw: *mut RECT) -> Result<()>
pub unsafe fn SetTouchContactRaw(&self, touchcontactraw: RECT) -> Result<()>
pub unsafe fn TouchOrientation(&self, touchorientation: *mut u32) -> Result<()>
pub unsafe fn SetTouchOrientation(&self, touchorientation: u32) -> Result<()>
pub unsafe fn TouchPressure(&self, touchpressure: *mut u32) -> Result<()>
pub unsafe fn SetTouchPressure(&self, touchpressure: u32) -> Result<()>
Trait Implementations§
source§impl Clone for ICoreWebView2PointerInfo
impl Clone for ICoreWebView2PointerInfo
source§impl Debug for ICoreWebView2PointerInfo
impl Debug for ICoreWebView2PointerInfo
source§impl From<&ICoreWebView2PointerInfo> for &IUnknown
impl From<&ICoreWebView2PointerInfo> for &IUnknown
source§fn from(value: &ICoreWebView2PointerInfo) -> Self
fn from(value: &ICoreWebView2PointerInfo) -> Self
Converts to this type from the input type.
source§impl From<&ICoreWebView2PointerInfo> for IUnknown
impl From<&ICoreWebView2PointerInfo> for IUnknown
source§fn from(value: &ICoreWebView2PointerInfo) -> Self
fn from(value: &ICoreWebView2PointerInfo) -> Self
Converts to this type from the input type.
source§impl From<ICoreWebView2PointerInfo> for IUnknown
impl From<ICoreWebView2PointerInfo> for IUnknown
source§fn from(value: ICoreWebView2PointerInfo) -> Self
fn from(value: ICoreWebView2PointerInfo) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2PointerInfo
impl Interface for ICoreWebView2PointerInfo
source§impl PartialEq<ICoreWebView2PointerInfo> for ICoreWebView2PointerInfo
impl PartialEq<ICoreWebView2PointerInfo> for ICoreWebView2PointerInfo
source§impl Vtable for ICoreWebView2PointerInfo
impl Vtable for ICoreWebView2PointerInfo
type Vtable = ICoreWebView2PointerInfo_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.