mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #299] [MERGED] Remote Desktop Mouse Input Improvements #1078
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1078
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (6)
41862cbRemote Desktop Mouse Input Improvementsb06dc4dSmall fix44ac0caFix to small fix358324cAdded MouseAction enum0c054e2Removed redundant codeddfdca3Merge branch 'master' of https://github.com/MaxXor/xRAT📊 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.