Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ RegisterCustomEvents
Function
RegisterCustomEvents
Source/interfac.cpp:230–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
} // namespace
229
230
void RegisterCustomEvents()
231
{
232
#ifndef USE_SDL1
233
CustomEventsBegin = SDL_RegisterEvents(NumCustomEvents);
234
#endif
235
}
236
237
bool IsCustomEvent(uint32_t eventType)
238
{
Callers
1
SpawnWindow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected