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