LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.12k stars 489 forks source link

Add support for General Input Interface extension (gii messages) #445

Open badda71 opened 4 years ago

badda71 commented 4 years ago

It would be great if libvncserver would support gii messages. This way, my VNC client could forward joystick or gamepad events to the server. Are there any plans to implement support for that?

bk138 commented 4 years ago

Not yet, help is always welcome!

badda71 commented 4 years ago

Hm, I checked if any VNC server supports gii messages and found: NONE :-( I guess, this feature-request can be closed ...

bk138 commented 4 years ago

IIRC some qemu internal VNC is using this.