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

Function push_event

src/device/main_html5.cpp:823–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821static EmscriptenDevice *s_emscripten_device;
822
823static bool push_event(const OsEvent &ev)
824{
825 return s_emscripten_device->_events.push(ev);
826}
827
828bool next_event(OsEvent &ev)
829{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected