示例#1
0
 //[TEST]
 public static void onKeyPressed(object sender, KeyPressedArgs e)
 {
     Console.WriteLine(e.KeyPressed + " down:" + e.Down);
 }