uiWindowSetPosition

Function uiWindowSetPosition 

Source
pub unsafe extern "C" fn uiWindowSetPosition(
    w: *mut uiWindow,
    x: c_int,
    y: c_int,
)
Expand description

Moves the window to the specified position.

Coordinates are measured from the top left corner of the screen.

@param w uiWindow instance. @param x New x position of the window. @param y New y position of the window. @note This method is merely a hint and may be ignored on Unix platforms. @memberof uiWindow