Searched defs:DisplayDestroyedEvent (Results 1 – 1 of 1) sorted by relevance
29 struct DisplayDestroyedEvent { struct33 using DisplayEvent = std::variant<DisplayCreatedEvent, DisplayDestroyedEvent>; argument