pub unsafe extern "C" fn uiWindowPosition(
w: *mut uiWindow,
x: *mut c_int,
y: *mut c_int,
)
Expand description
Gets the window position.
Coordinates are measured from the top left corner of the screen.
@param w uiWindow instance. @param[out] x X position of the window. @param[out] y Y position of the window. @note This method may return inaccurate or dummy values on Unix platforms. @memberof uiWindow