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

Function TogglePause

src/drivers/Qt/input.cpp:596–606  ·  view source on GitHub ↗

* This function is a wrapper for FCEUI_ToggleEmulationPause that handles * releasing/capturing mouse pointer during pause toggles * */

Source from the content-addressed store, hash-verified

594 * releasing/capturing mouse pointer during pause toggles
595 * */
596void TogglePause(void)
597{
598 FCEUI_ToggleEmulationPause();
599
600 int no_cursor;
601 g_config->getOption("SDL.NoFullscreenCursor", &no_cursor);
602 int fullscreen;
603 g_config->getOption("SDL.Fullscreen", &fullscreen);
604
605 return;
606}
607
608/***
609 * This function opens a file chooser dialog and returns the filename the

Callers 1

UpdatePhysicalInputFunction · 0.70

Calls 2

getOptionMethod · 0.80

Tested by

no test coverage detected