MCPcopy 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
2473static bool push_event(const OsEvent &ev)
2474{
2475 return s_linux_device->_events.push(ev);
2476}
2477
2478bool next_event(OsEvent &ev)
2479{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected