MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / PrintInputType

Function PrintInputType

PresentData/Debug.cpp:203–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void PrintInputType(Intel_PresentMon::InputType type)
204{
205 using namespace Intel_PresentMon;
206 switch (type) {
207 case InputType::Unspecified: wprintf(L"Unspecified"); break;
208 case InputType::MouseClick: wprintf(L"MouseClick"); break;
209 case InputType::KeyboardClick: wprintf(L"KeyboardClick"); break;
210 default: wprintf(L"Unknown (%u)", type); assert(false); break;
211 }
212}
213
214void PrintEventHeader(EVENT_HEADER const& hdr)
215{

Callers 1

VerboseTraceEventImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected