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