コード例 #1
0
 public void KeyPress(Gdk.Key key)
 {
     if (SelectedTool != null)
     {
         SelectedTool.KeyPress(key);
     }
 }