pub unsafe extern "C" fn uiWindowFocused(w: *mut uiWindow) -> c_int
Expand description

Returns whether or not the window is focused.

@param w uiWindow instance. @returns TRUE if window is focused, FALSE otherwise. @memberof uiWindow