示例#1
0
 protected void UpdatePosition(Vector2 position, int fingerId = -1)
 {
     if (_inputHandler != null)
     {
         _inputHandler.HandleInputUpdate(position, fingerId);
     }
 }