1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-15 15:53:55 +00:00

Updated Windows KVM so when remote cursor is rendered, local cursor is hidden

This commit is contained in:
Bryan Roe
2020-03-05 17:21:34 -08:00
parent d983addf1c
commit ea31471245
3 changed files with 35 additions and 5 deletions

View File

@@ -18,6 +18,7 @@ limitations under the License.
typedef enum KVM_MouseCursors
{
KVM_MouseCursor_NONE = 255,
KVM_MouseCursor_NOCHANGE = -1,
KVM_MouseCursor_ARROW = 0,
KVM_MouseCursor_APPSTARTING = 1,