Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
821
static EmscriptenDevice *s_emscripten_device;
822
823
static bool push_event(const OsEvent &ev)
824
{
825
return s_emscripten_device->_events.push(ev);
826
}
827
828
bool next_event(OsEvent &ev)
829
{
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected