MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Com_GetRealEvent

Function Com_GetRealEvent

code/qcommon/common.cpp:749–756  ·  view source on GitHub ↗

================= Com_GetRealEvent ================= */

Source from the content-addressed store, hash-verified

747=================
748*/
749sysEvent_t Com_GetRealEvent( void ) {
750 sysEvent_t ev;
751
752 // get an event from the system
753 ev = Sys_GetEvent();
754
755 return ev;
756}
757
758/*
759=================

Callers 2

Com_GetEventFunction · 0.70
Com_MillisecondsFunction · 0.70

Calls 1

Sys_GetEventFunction · 0.85

Tested by

no test coverage detected