[PR #47] [CLOSED] Added Remote Desktop real-time functionality #958

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

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/47
Author: @ghost
Created: 4/7/2015
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

9 files changed (+125 additions, -39 deletions)

View changed files

📝 Client/Client.csproj (+1 -1)
📝 Client/Core/Commands/CommandHandler.cs (+19 -19)
Client/Core/Packets/ServerPackets/MouseData.cs (+35 -0)
📝 Client/Program.cs (+3 -3)
Server/Core/Packets/ServerPackets/MouseData.cs (+35 -0)
📝 Server/Forms/FrmMain.cs (+1 -1)
📝 Server/Forms/FrmRemoteDesktop.Designer.cs (+4 -3)
📝 Server/Forms/FrmRemoteDesktop.cs (+26 -11)
📝 Server/Server.csproj (+1 -1)

📄 Description

No description provided


🔄 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/47 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/7/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`90910bf`](https://github.com/quasar/Quasar/commit/90910bfdf059d3e183352483f8fcba68206e55b3) Remote Desktop real-time functionality - [`81c04d0`](https://github.com/quasar/Quasar/commit/81c04d030811091b5921958c104da2781757d2c9) Format Fix ### 📊 Changes **9 files changed** (+125 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+1 -1) 📝 `Client/Core/Commands/CommandHandler.cs` (+19 -19) ➕ `Client/Core/Packets/ServerPackets/MouseData.cs` (+35 -0) 📝 `Client/Program.cs` (+3 -3) ➕ `Server/Core/Packets/ServerPackets/MouseData.cs` (+35 -0) 📝 `Server/Forms/FrmMain.cs` (+1 -1) 📝 `Server/Forms/FrmRemoteDesktop.Designer.cs` (+4 -3) 📝 `Server/Forms/FrmRemoteDesktop.cs` (+26 -11) 📝 `Server/Server.csproj` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:36 +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#958
No description provided.