MCPcopy Create free account
hub / github.com/dborth/snes9xgx / ClearButtonsReported

Function ClearButtonsReported

source/input.cpp:904–906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902static bool buttonsReported = false;
903
904void ClearButtonsReported () {
905 buttonsReported = false;
906}
907
908/****************************************************************************
909 * ReportButtons

Callers 2

mainFunction · 0.85
S9xSetJoypadLatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected