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

Function netResponse

src/drivers/sdl/gui.cpp:442–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void netResponse (GtkWidget * w, gint response_id, gpointer p)
443{
444 if (response_id == GTK_RESPONSE_OK)
445 launchNet (w, p);
446 else
447 gtk_widget_destroy (w);
448}
449
450void openNetworkConfig (void)
451{

Callers

nothing calls this directly

Calls 1

launchNetFunction · 0.85

Tested by

no test coverage detected