Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
namespace os {
22
23
void EventQueueWin::queueEvent(const Event& ev)
24
{
25
m_events.push(ev);
26
}
27
28
void EventQueueWin::clearEvents()
29
{
Callers
1
window_delegate.h
File · 0.45
Calls
1
push
Method · 0.80
Tested by
no test coverage detected