From bdecd392488dee486d302f683b91acf89708d4a6 Mon Sep 17 00:00:00 2001 From: treke Date: Sun, 17 Nov 2002 18:30:27 +0000 Subject: Resized a couple dialogs to fit better. Now can synthesize right click events from the corner menu. Still having problems with double click though --- (limited to 'noncore/comm/keypebble/krfbcanvas.h') diff --git a/noncore/comm/keypebble/krfbcanvas.h b/noncore/comm/keypebble/krfbcanvas.h index cd3047c..5c7b949 100644 --- a/noncore/comm/keypebble/krfbcanvas.h +++ b/noncore/comm/keypebble/krfbcanvas.h @@ -32,6 +32,8 @@ public slots: void refresh(); void bell(); void sendCtlAltDel(void); + void markRightClick(void); + void markDoubleClick(void); protected: virtual void keyPressEvent( QKeyEvent * ); @@ -48,6 +50,8 @@ protected slots: void clipboardChanged(); private: + int nextRightClick; + int nextDoubleClick; KRFBConnection *connection_; QString password; bool loggedIn_; -- cgit v0.9.0.2