pub unsafe extern "C" fn nstd_gui_window_set_position(
window: NSTDWindow,
pos: NSTDWindowPosition,
)Expand description
Sets a window’s position.
Parameters:
NSTDWindow window - The window.
const NSTDWindowPosition pos - The new position.