mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-16 22:01:11 +00:00
Add: hide cursor in left lower corner instead of delete it -> easier to recover on exit
This commit is contained in:
+2
-2
@@ -356,8 +356,8 @@ int rk_setup(int videoFormat, int width, int height, int redrawRate, void* conte
|
|||||||
}
|
}
|
||||||
assert(plane_id);
|
assert(plane_id);
|
||||||
|
|
||||||
// disable cursor
|
// hide cursor by move in left lower corner
|
||||||
drmModeSetCursor(fd, crtc_id, 0, 0, 0);
|
drmModeMoveCursor(fd, crtc_id, 0, crtc_height);
|
||||||
|
|
||||||
// MPI SETUP
|
// MPI SETUP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user