[PR #299] [MERGED] Remote Desktop Mouse Input Improvements #1078

Closed
opened 2026-02-27 15:53:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/299
Author: @ghost
Created: 7/27/2015
Status: Merged
Merged: 7/27/2015
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (6)

📊 Changes

15 files changed (+113 additions, -52 deletions)

View changed files

📝 Client/Client.csproj (+2 -1)
📝 Client/Core/Commands/SurveillanceHandler.cs (+14 -8)
📝 Client/Core/Helper/NativeMethodsHelper.cs (+11 -12)
📝 Client/Core/Packets/PacketHandler.cs (+2 -2)
📝 Client/Core/Packets/ServerPackets/DoMouseEvent.cs (+8 -7)
Client/Enums/MouseAction.cs (+12 -0)
📝 Client/Enums/RemoteDesktopAction.cs (+1 -1)
📝 Client/Program.cs (+1 -1)
📝 Server/Core/Networking/ConnectionHandler.cs (+1 -1)
📝 Server/Core/Packets/ServerPackets/DoMouseEvent.cs (+8 -7)
Server/Enums/MouseAction.cs (+12 -0)
📝 Server/Enums/RemoteDesktopAction.cs (+1 -1)
📝 Server/Forms/FrmRemoteDesktop.Designer.cs (+3 -2)
📝 Server/Forms/FrmRemoteDesktop.cs (+35 -8)
📝 Server/Server.csproj (+2 -1)

📄 Description

Improved Mouse Inputs for the Remote Desktop function.

The mouse inputs are now real-time :)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/299 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/27/2015 **Status:** ✅ Merged **Merged:** 7/27/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`41862cb`](https://github.com/quasar/Quasar/commit/41862cbd6d104ea146958fddf8792683ff64c1aa) Remote Desktop Mouse Input Improvements - [`b06dc4d`](https://github.com/quasar/Quasar/commit/b06dc4d31ef568f158a3b518f379bd0017cd49d0) Small fix - [`44ac0ca`](https://github.com/quasar/Quasar/commit/44ac0ca0a7ac80eb28c828e2e3e0394eef047112) Fix to small fix - [`358324c`](https://github.com/quasar/Quasar/commit/358324c7c26b1feb92731f86609e6996183b8823) Added MouseAction enum - [`0c054e2`](https://github.com/quasar/Quasar/commit/0c054e2a2cda3d1a852f45905dd26105b94d0539) Removed redundant code - [`ddfdca3`](https://github.com/quasar/Quasar/commit/ddfdca3cc959f283435be5cc0a314febc8d034e2) Merge branch 'master' of https://github.com/MaxXor/xRAT ### 📊 Changes **15 files changed** (+113 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+2 -1) 📝 `Client/Core/Commands/SurveillanceHandler.cs` (+14 -8) 📝 `Client/Core/Helper/NativeMethodsHelper.cs` (+11 -12) 📝 `Client/Core/Packets/PacketHandler.cs` (+2 -2) 📝 `Client/Core/Packets/ServerPackets/DoMouseEvent.cs` (+8 -7) ➕ `Client/Enums/MouseAction.cs` (+12 -0) 📝 `Client/Enums/RemoteDesktopAction.cs` (+1 -1) 📝 `Client/Program.cs` (+1 -1) 📝 `Server/Core/Networking/ConnectionHandler.cs` (+1 -1) 📝 `Server/Core/Packets/ServerPackets/DoMouseEvent.cs` (+8 -7) ➕ `Server/Enums/MouseAction.cs` (+12 -0) 📝 `Server/Enums/RemoteDesktopAction.cs` (+1 -1) 📝 `Server/Forms/FrmRemoteDesktop.Designer.cs` (+3 -2) 📝 `Server/Forms/FrmRemoteDesktop.cs` (+35 -8) 📝 `Server/Server.csproj` (+2 -1) </details> ### 📄 Description Improved Mouse Inputs for the Remote Desktop function. The mouse inputs are now real-time :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1078
No description provided.