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: u8§wKey: u16§xPos: i32§yPos: i32§bCursorMode: u8§dwButtonState: u32