Exemple #1
0
 public void MoveWindowScreen(int y, int x)
 {
     CursesMethods.mvwin(this.winptr, y, x);
 }