void nwExecuteCommand( pStr )
const char *pStr
pStr コマンドライン文字列
なし
コマンドを実行します。指定する文字列はコンソールで入力する文字列と同じです。
if (Per->press & PDD_DGT_TX) nwExecuteCommand( "test aaa bbb" ); if (Per->press & PDD_DGT_TY) nwExecuteCommand( "help" );
nwRegisterCommand() Nindows2へのコマンド登録 nwUnregisterCommand() 登録したコマンドの開放