diff options
Diffstat (limited to 'common/rfb/SConnection.h')
-rw-r--r-- | common/rfb/SConnection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rfb/SConnection.h b/common/rfb/SConnection.h index 0a11f67b..a839f663 100644 --- a/common/rfb/SConnection.h +++ b/common/rfb/SConnection.h @@ -98,6 +98,8 @@ namespace rfb { void supportsQEMUKeyEvent() override; + virtual void supportsExtendedMouseButtons() override; + // Methods to be overridden in a derived class |