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

Method reset

src/drivers/Qt/ConsoleViewerQWidget.cpp:248–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void ConsoleViewQWidget_t::reset(void)
249{
250 cleanup();
251 if ( init() == 0 )
252 {
253
254 }
255 else
256 {
257 cleanup();
258 }
259}
260
261void ConsoleViewQWidget_t::setCursor(const QCursor &c)
262{

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected