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

Function FCEUI_FDSInsert

src/input.cpp:718–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718void FCEUI_FDSInsert(void)
719{
720 if(!FCEU_IsValidUI(FCEUI_EJECT_DISK))
721 return;
722
723 FCEU_DispMessage("Command: Insert/Eject disk", 0);
724 FCEU_QSimpleCommand(FCEUNPCMD_FDSINSERT);
725}
726
727void FCEUI_VSUniToggleDIP(int w)
728{

Callers 3

AppWndProcFunction · 0.85
KeyboardCommandsFunction · 0.85
KeyboardCommandsFunction · 0.85

Calls 3

FCEU_IsValidUIFunction · 0.85
FCEU_DispMessageFunction · 0.85
FCEU_QSimpleCommandFunction · 0.85

Tested by

no test coverage detected