#[repr(C)]
pub struct POINTER_INFO {
Show 16 fields pub pointerType: POINTER_INPUT_TYPE, pub pointerId: u32, pub frameId: u32, pub pointerFlags: POINTER_FLAGS, pub sourceDevice: HANDLE, pub hwndTarget: HWND, pub ptPixelLocation: POINT, pub ptHimetricLocation: POINT, pub ptPixelLocationRaw: POINT, pub ptHimetricLocationRaw: POINT, pub dwTime: u32, pub historyCount: u32, pub InputData: i32, pub dwKeyStates: u32, pub PerformanceCount: u64, pub ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE,
}
Expand description

Required features: "Win32_UI_Input_Pointer", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"

Fields§

§pointerType: POINTER_INPUT_TYPE§pointerId: u32§frameId: u32§pointerFlags: POINTER_FLAGS§sourceDevice: HANDLE§hwndTarget: HWND§ptPixelLocation: POINT§ptHimetricLocation: POINT§ptPixelLocationRaw: POINT§ptHimetricLocationRaw: POINT§dwTime: u32§historyCount: u32§InputData: i32§dwKeyStates: u32§PerformanceCount: u64§ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.