nstd_gui_window_id_compare

Function nstd_gui_window_id_compare 

Source
pub unsafe extern "C" fn nstd_gui_window_id_compare(
    id1: NSTDWindowID,
    id2: NSTDWindowID,
) -> c_int
Expand description

Compares two window IDs. Parameters: NSTDWindowID id1 - A window ID. NSTDWindowID id2 - Another window ID. Returns: int are_same - 1 if the two IDs refer to the same window, 0 otherwise.