diff options
Diffstat (limited to 'win/vncviewer/DesktopWindow.h')
-rw-r--r-- | win/vncviewer/DesktopWindow.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/vncviewer/DesktopWindow.h b/win/vncviewer/DesktopWindow.h index f8d3ac32..6e7a1d0b 100644 --- a/win/vncviewer/DesktopWindow.h +++ b/win/vncviewer/DesktopWindow.h @@ -56,6 +56,10 @@ namespace rfb { // - Window message handling procedure for the framebuffer window LRESULT processFrameMessage(UINT msg, WPARAM wParam, LPARAM lParam); + // - Separate message handling procedure for mouse events + // It's called from both processMessage() and processFrameMessage() + void processMouseMessage(UINT msg, WPARAM wParam, LPARAM lParam); + // - Determine the native pixel format of the window // This can (and often will) differ from the PixelBuffer format PixelFormat getNativePF() const; |