Esempio n. 1
0
 /// @deprecated Sets the coordinates of the mouse/touch event in screen space.
 public void SetTouchCoordinates(int x, int y)
 {
     device.SetTouchCoordinates(x, y);
 }