-
-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Labels
Description
VMWare has a custom encoding for the cursor:
https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#vmware-cursor-pseudo-encoding
This is something that I am implementing in a tool I'm working on,
would you be interested in me contributing it back?
If that is the case:
- In what form would be preferred?
- A protocol extension
- Integrating in rfbclient (re-use
HandleCursorPos/GotCursorShapeor a new way, the format is slightly different)
- Should there be a testcase for this
- Should there be example code for this? (note, I could not find example code using the
int8_t *rcSource, *rcMask;anywhere)