MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdKey

Function CmdKey

source/Debugger/Debug.cpp:2764–2769  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

2762
2763//===========================================================================
2764Update_t CmdKey (int nArgs)
2765{
2766 KeybQueueKeypress(
2767 nArgs ? g_aArgs[1].nValue ? g_aArgs[1].nValue : g_aArgs[1].sArg[0] : ' ', ASCII); // FIXME!!!
2768 return UPDATE_CONSOLE_DISPLAY;
2769}
2770
2771//===========================================================================
2772Update_t CmdIn (int nArgs)

Callers

nothing calls this directly

Calls 1

KeybQueueKeypressFunction · 0.85

Tested by

no test coverage detected