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

Function push_event

src/device/main_windows.cpp:972–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970} // namespace display
971
972static bool push_event(const OsEvent &ev)
973{
974 return s_windows_device->_events.push(ev);
975}
976
977bool next_event(OsEvent &ev)
978{

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected