#[no_mangle]
pub unsafe extern "C" fn nstd_gui_window_set_position(
    window: NSTDWindow,
    pos: NSTDWindowPosition
)
Expand description

Sets a window’s position. Parameters: const NSTDWindow window - The window. const NSTDWindowPosition pos - The new position.