pub type MSG = MSG;Available on Windows only.
Expand description
(sdl3-sys) Enable a use-windows-sys-* feature to alias this to MSG from the windows-sys crate. Otherwise it’s an opaque struct.
Aliased Type§
#[repr(C)]pub struct MSG {
pub hwnd: *mut c_void,
pub message: u32,
pub wParam: usize,
pub lParam: isize,
pub time: u32,
pub pt: POINT,
}Fields§
§hwnd: *mut c_void§message: u32§wParam: usize§lParam: isize§time: u32§pt: POINT