Struct winapi::um::winuser::POINTER_INFO
source · #[repr(C)]pub struct POINTER_INFO {Show 16 fields
pub pointerType: POINTER_INPUT_TYPE,
pub pointerId: UINT32,
pub frameId: UINT32,
pub pointerFlags: POINTER_FLAGS,
pub sourceDevice: HANDLE,
pub hwndTarget: HWND,
pub ptPixelLocation: POINT,
pub ptHimetricLocation: POINT,
pub ptPixelLocationRaw: POINT,
pub ptHimetricLocationRaw: POINT,
pub dwTime: DWORD,
pub historyCount: UINT32,
pub InputData: INT32,
pub dwKeyStates: DWORD,
pub PerformanceCount: UINT64,
pub ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE,
}
Fields§
§pointerType: POINTER_INPUT_TYPE
§pointerId: UINT32
§frameId: UINT32
§pointerFlags: POINTER_FLAGS
§sourceDevice: HANDLE
§hwndTarget: HWND
§ptPixelLocation: POINT
§ptHimetricLocation: POINT
§ptPixelLocationRaw: POINT
§ptHimetricLocationRaw: POINT
§dwTime: DWORD
§historyCount: UINT32
§InputData: INT32
§dwKeyStates: DWORD
§PerformanceCount: UINT64
§ButtonChangeType: POINTER_BUTTON_CHANGE_TYPE
Trait Implementations§
source§impl Clone for POINTER_INFO
impl Clone for POINTER_INFO
source§fn clone(&self) -> POINTER_INFO
fn clone(&self) -> POINTER_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for POINTER_INFO
impl Default for POINTER_INFO
source§fn default() -> POINTER_INFO
fn default() -> POINTER_INFO
Returns the “default value” for a type. Read more