SC_GetBPSEventDomain()
Returns the event domain used by Scoreloop.
Synopsis:
#include <scoreloop/sc_init.h>
int SC_GetBPSEventDomain(SC_InitData_t *initData)
Arguments:
- initData
-
A pointer to the init data
Library:
libscoreloopcoreDescription:
Use this method to query the event domain used by Scoreloop in order to correctly dispatch BPS events. The event domain will only be correctly set after a SC_Client instance was created.