GOG GALAXY SDK Documentation
|
Listener for the event of changing overlay visibility. More...
#include <IUtils.h>
Public Member Functions | |
virtual void | OnOverlayVisibilityChanged (bool overlayVisible)=0 |
Notification for the event of changing overlay visibility. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from GalaxyTypeAwareListener< OVERLAY_VISIBILITY_CHANGE > | |
static ListenerType | GetListenerType () |
Returns the type of the listener. More... | |
Listener for the event of changing overlay visibility.
|
pure virtual |
Notification for the event of changing overlay visibility.
[in] | overlayVisible | Indicates if overlay is in front of the game. |