#[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_TYPEpointerId: u32frameId: u32pointerFlags: POINTER_FLAGSsourceDevice: HANDLEhwndTarget: HWNDptPixelLocation: POINTptHimetricLocation: POINTptPixelLocationRaw: POINTptHimetricLocationRaw: POINTdwTime: u32historyCount: u32InputData: i32dwKeyStates: u32PerformanceCount: u64ButtonChangeType: 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.