MCPcopy 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
230void RegisterCustomEvents()
231{
232#ifndef USE_SDL1
233 CustomEventsBegin = SDL_RegisterEvents(NumCustomEvents);
234#endif
235}
236
237bool IsCustomEvent(uint32_t eventType)
238{

Callers 1

SpawnWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected