コード例 #1
0
 public bool isTouchDown(int pointer)
 {
     return(touchHandler.isTouchDown(pointer));
 }