Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ push_event
Function
push_event
src/device/main_linux.cpp:2473–2476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2471
} // namespace display
2472
2473
static bool push_event(const OsEvent &ev)
2474
{
2475
return s_linux_device->_events.push(ev);
2476
}
2477
2478
bool next_event(OsEvent &ev)
2479
{
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected