pub unsafe extern "C" fn uiWindowContentSize(
    w: *mut uiWindow,
    width: *mut c_int,
    height: *mut c_int
)
Expand description

Gets the window content size.

@param w uiWindow instance. @param[out] width Window content width. @param[out] height Window content height. @note The content size does NOT include window decorations like menus or title bars. @memberof uiWindow