MCPcopy Create free account
hub / github.com/aseprite/laf / queueEvent

Method queueEvent

os/win/event_queue.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace os {
22
23void EventQueueWin::queueEvent(const Event& ev)
24{
25 m_events.push(ev);
26}
27
28void EventQueueWin::clearEvents()
29{

Callers 1

window_delegate.hFile · 0.45

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected