mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #304] [MERGED] Added Mouse Scrolling/Keyboard Implementation #1083
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#1083
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/304
Author: @ghost
Created: 7/29/2015
Status: ✅ Merged
Merged: 7/29/2015
Merged by: @MaxXor
Base:
remote-desktop← Head:remote-desktop📝 Commits (7)
08a7415Added Mouse Scrolling to RDP0f82ba9Removed unused namespace6f307b2Keyboard implementation for RDP45742d2Small fixefc4463Format fixf01b555Improved Keyboard handling9416b22Small fixes and prep for hotkeys📊 Changes
56 files changed (+3260 additions, -36 deletions)
View changed files
📝
Client/Client.csproj(+1 -0)📝
Client/Core/Commands/SurveillanceHandler.cs(+12 -1)📝
Client/Core/Helper/NativeMethodsHelper.cs(+17 -4)📝
Client/Core/Packets/PacketHandler.cs(+4 -0)➕
Client/Core/Packets/ServerPackets/DoKeyboardEvent.cs(+30 -0)📝
Client/Core/Utilities/NativeMethods.cs(+4 -1)📝
Client/Enums/MouseAction.cs(+2 -0)📝
Client/Program.cs(+1 -0)➕
Server/Core/Helper/MouseKeyHook/Hook.cs(+38 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeyArgs.cs(+33 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySet.cs(+287 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySetCollection.cs(+48 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/HotKeySetsListener.cs(+4 -0)➕
Server/Core/Helper/MouseKeyHook/HotKeys/ReadMe.txt(+85 -0)➕
Server/Core/Helper/MouseKeyHook/IKeyboardEvents.cs(+43 -0)➕
Server/Core/Helper/MouseKeyHook/IKeyboardMouseEvents.cs(+15 -0)➕
Server/Core/Helper/MouseKeyHook/IMouseEvents.cs(+73 -0)➕
Server/Core/Helper/MouseKeyHook/Implementation/AppEventFacade.cs(+19 -0)➕
Server/Core/Helper/MouseKeyHook/Implementation/AppKeyListener.cs(+27 -0)➕
Server/Core/Helper/MouseKeyHook/Implementation/AppMouseListener.cs(+21 -0)...and 36 more files
📄 Description
Added Keyboard/Mouse hook to server's RDP form to access mouse data (scroll wheel) and implemented keyboard handling
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.