MCPcopy Create free account
hub / github.com/TASEmulators/fceux / ButtonConfigEnd

Function ButtonConfigEnd

src/drivers/Qt/input.cpp:1397–1400  ·  view source on GitHub ↗

* Finish configuring the buttons by reverting the video and joystick * subsystems to their previous state. Button configuration really * needs to be cleaned up after the new config system is in place. */

Source from the content-addressed store, hash-verified

1395 * needs to be cleaned up after the new config system is in place.
1396 */
1397void ButtonConfigEnd()
1398{
1399 buttonConfigInProgress = 0;
1400}
1401
1402/**
1403 * Tests to see if a specified button is currently pressed.

Callers 2

enterButtonLoopMethod · 0.70
changeButtonMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected