pub unsafe extern "C" fn sc_window_get_frame_packed(
window: *const c_void,
x: *mut f64,
y: *mut f64,
width: *mut f64,
height: *mut f64,
)Expand description
Get window frame (same as sc_window_get_frame, kept for API compatibility)