]> source.dussan.org Git - tigervnc.git/commit
Add server support for forward/back mouse buttons
authorAdam Halim <adaha@cendio.se>
Tue, 24 Sep 2024 13:55:21 +0000 (15:55 +0200)
committerAdam Halim <adaha@cendio.se>
Tue, 22 Oct 2024 12:52:31 +0000 (14:52 +0200)
commit63327145959e26193682e2b691a6027e26c1ce16
tree772dcd8cc872bf7da5482cfaee33639cee924db4
parent2fe9dca45f7d0a519fef5053ba61e2db7c1ff2b1
Add server support for forward/back mouse buttons

This commit adds support for the pseudo-encoding ExtendedMouseButtons in
Xvnc and x0vncserver, which makes it possible to use to use the
back/forward mouse buttons.

This commit contains work originally done by
PixelSmith <manny33@frontbuffer.com>.
24 files changed:
common/rfb/ClientParams.cxx
common/rfb/ClientParams.h
common/rfb/SConnection.cxx
common/rfb/SConnection.h
common/rfb/SDesktop.h
common/rfb/SMsgHandler.cxx
common/rfb/SMsgHandler.h
common/rfb/SMsgReader.cxx
common/rfb/SMsgWriter.cxx
common/rfb/SMsgWriter.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
common/rfb/encodings.h
unix/x0vncserver/XDesktop.cxx
unix/x0vncserver/XDesktop.h
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
unix/xserver/hw/vnc/vncInput.c
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplay.h
win/rfb_win32/SInput.cxx
win/rfb_win32/SInput.h