示例#1
0
 void SendMouseUpdate()
 {
     if (_client != null && AllowInput)
     {
         _client.SendPointerEvent(_x, _y, _buttons);
     }
 }