Home
last modified time | relevance | path

Searched refs:window_bring_to_front_by_class_with_flags (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DNetworkStatus.cpp62 rct_window* window = window_bring_to_front_by_class_with_flags(WC_NETWORK_STATUS, 0); in window_network_status_open()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow.h674 rct_window* window_bring_to_front_by_class_with_flags(rct_windowclass cls, uint16_t flags);
H A DWindow.cpp672 rct_window* window_bring_to_front_by_class_with_flags(rct_windowclass cls, uint16_t flags) in window_bring_to_front_by_class_with_flags() function
689 return window_bring_to_front_by_class_with_flags(cls, WF_WHITE_BORDER_MASK); in window_bring_to_front_by_class()