MCPcopy Create free account
hub / github.com/crownengine/crown / next_event

Function next_event

src/device/main_linux.cpp:2478–2481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2476}
2477
2478bool next_event(OsEvent &ev)
2479{
2480 return s_linux_device->_events.pop(ev);
2481}
2482
2483struct InitGlobals
2484{

Callers 1

process_eventsMethod · 0.70

Calls 1

popMethod · 0.45

Tested by

no test coverage detected