MCPcopy Create free account
hub / github.com/SFML/SFML / pushEvent

Method pushEvent

src/SFML/Window/WindowImpl.cpp:280–283  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

278
279////////////////////////////////////////////////////////////
280void WindowImpl::pushEvent(const Event& event)
281{
282 m_events.push(event);
283}
284
285
286////////////////////////////////////////////////////////////

Callers 1

forwardEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected