示例#1
0
文件: TermWindow.cs 项目: itsbth/KOS
 void SpecialKey(kOSKeys key)
 {
     if (Cpu != null)
     {
         Cpu.SpecialKey(key);
     }
 }