Struct windows_sys::Win32::UI::TabletPC::SYSTEM_EVENT_DATA
[−]#[repr(C)]pub struct SYSTEM_EVENT_DATA {
pub bModifier: u8,
pub wKey: u16,
pub xPos: i32,
pub yPos: i32,
pub bCursorMode: u8,
pub dwButtonState: u32,
}Expand description
Required features: ‘Win32_UI_TabletPC’
Fields
bModifier: u8wKey: u16xPos: i32yPos: i32bCursorMode: u8dwButtonState: u32