MCPcopy Create free account
hub / github.com/Tylemagne/Gopher360 / xboxClickStateExists

Method xboxClickStateExists

Windows/Gopher/Gopher/Gopher.cpp:350–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350bool Gopher::xboxClickStateExists(DWORD xinput)
351{
352 auto it = _xboxClickStateLastIteration.find(xinput);
353 if (it == _xboxClickStateLastIteration.end())
354 {
355 return false;
356 }
357
358 return true;
359}
360
361void Gopher::mapKeyboard(DWORD STATE, WORD key)
362{

Callers 1

setXboxClickStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected