MCPcopy Create free account
hub / github.com/defold/defold / SetLastEvent

Function SetLastEvent

engine/hid/src/test/test_app_hid.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175#endif
176
177static void SetLastEvent(EngineCtx* engine, const char* format, ...)
178{
179 va_list args;
180 va_start(args, format);
181 vsnprintf(engine->m_LastEvent, sizeof(engine->m_LastEvent), format, args);
182 va_end(args);
183}
184
185static void AppendStatusLine(char* buffer, uint32_t buffer_size, uint32_t* offset, const char* format, ...)
186{

Callers 2

EngineCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected