Esempio n. 1
0
 public void TypeChar(int c, int x, int y)
 {
     CheckPosition(x, y);
     display.DrawChar(c, x * ComputerDisplay.CHAR_WIDTH, y * ComputerDisplay.CHAR_HEIGHT);
     SetChar(c, x, y);
 }