===========================================================================
| 2762 | |
| 2763 | //=========================================================================== |
| 2764 | Update_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 | //=========================================================================== |
| 2772 | Update_t CmdIn (int nArgs) |
nothing calls this directly
no test coverage detected