SCUI_Client_IsShowingView()
Checks if any UI view is currently displayed.
Synopsis:
#include <scoreloop/scui_client.h>
SC_Bool_t SCUI_Client_IsShowingView(SCUI_Client_h self)
Arguments:
- self
-
An opaque handle for the current SCUI_Client instance.
Library:
libscoreloopcoreDescription:
This method checks if any view is displayed.
Returns:
SC_Bool_t Returns SC_TRUE if view is displayed. SC_FALSE otherwise.