예제 #1
0
파일: Input.java 프로젝트: Lucki/opsu
 /** Reset the transformation being applied to the input to the default */
 public void resetInputTransform() {
   setOffset(0, 0);
   setScale(1, 1);
 }