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

Function next_event

src/device/main_android.cpp:1061–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061bool next_event(OsEvent &ev)
1062{
1063 return s_android_device->_events.pop(ev);
1064}
1065
1066} // namespace crown
1067

Callers

nothing calls this directly

Calls 1

popMethod · 0.45

Tested by

no test coverage detected