Ejemplo n.º 1
0
 public int GetChar(int y, int x)
 {
     return(CursesMethods.mvwgetch(this.winptr, y, x));
 }