Is this a new feature request?
Wanted change
Current approach: absolute position of cursor is recorded and sent to the X11 server.
Issue: applications only using relative cursors receive absolute cursor positions and lead to rapid mouse movement.
New approach: Use an option like KasmVNC's game cursor mode and relative cursor mode to send relative position of cursor instead of absolute position.
Reason for change
Improve compatibility between various applications.
Proposed code change
Previous code in legacy Selkies:
selkies-project/selkies#97
selkies-project/selkies#142
Is this a new feature request?
Wanted change
Current approach: absolute position of cursor is recorded and sent to the X11 server.
Issue: applications only using relative cursors receive absolute cursor positions and lead to rapid mouse movement.
New approach: Use an option like KasmVNC's game cursor mode and relative cursor mode to send relative position of cursor instead of absolute position.
Reason for change
Improve compatibility between various applications.
Proposed code change
Previous code in legacy Selkies:
selkies-project/selkies#97
selkies-project/selkies#142