Exemple #1
0
 public void GetBegYX(out int y, out int x)
 {
     CursesMethods.getbegyx(this.winptr, out y, out x);
 }