* 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. */
| 1395 | * needs to be cleaned up after the new config system is in place. |
| 1396 | */ |
| 1397 | void ButtonConfigEnd() |
| 1398 | { |
| 1399 | buttonConfigInProgress = 0; |
| 1400 | } |
| 1401 | |
| 1402 | /** |
| 1403 | * Tests to see if a specified button is currently pressed. |
no outgoing calls
no test coverage detected