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

Function push_event

src/device/main_android.cpp:1056–1059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054} // namespace display
1055
1056static bool push_event(const OsEvent &ev)
1057{
1058 return s_android_device->_events.push(ev);
1059}
1060
1061bool next_event(OsEvent &ev)
1062{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected