Exemplo n.º 1
0
 public bool IsTouchDown(int pointer)
 {
     return(_touchHandler.IsTouchDown(pointer));
 }
Exemplo n.º 2
0
 public bool IsTouchDown(IntPtr pointer)
 {
     return(m_TouchHandler.IsTouchDown(pointer));
 }