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

Function ConfigInput

src/drivers/win/input.cpp:1815–1824  ·  view source on GitHub ↗

Shows the input configuration dialog.

Source from the content-addressed store, hash-verified

1813
1814//Shows the input configuration dialog.
1815void ConfigInput(HWND hParent)
1816{
1817 DialogBox(fceu_hInstance, "INPUTCONFIG", hParent, InputConCallB);
1818
1819 //in case the input config changes while a game is running, reconfigure the input ports
1820 if(GameInfo)
1821 {
1822 InitInputPorts((eoptions & EO_FOURSCORE)!=0);
1823 }
1824}
1825
1826void DestroyInput(void)
1827{

Callers 1

AppWndProcFunction · 0.85

Calls 1

InitInputPortsFunction · 0.85

Tested by

no test coverage detected