mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 00:30:57 +00:00
Win32: Clean up RDP hidden cursor workaround
This commit is contained in:
@@ -460,7 +460,7 @@ typedef struct _GLFWlibraryWin32
|
||||
UINT mouseTrailSize;
|
||||
// Indicate if the process was started behind Remote Destop
|
||||
BOOL isRemoteSession;
|
||||
// An invisible cursor, needed for special cases (see WM_INPUT handler)
|
||||
// The cursor handle to use to hide the cursor (NULL or a transparent cursor)
|
||||
HCURSOR blankCursor;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user