diff options
| author | jacob1 <jfu614@gmail.com> | 2013-07-21 21:05:55 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-07-21 21:05:55 (GMT) |
| commit | e0913d2639dbec89d7ab795be8de12d1e9ec0efb (patch) | |
| tree | ebada7a67debd5985bc11faf9bd5c1739bad06bb /src/gui/preview/PreviewView.h | |
| parent | a63f5b875b9d31f8932ca62537ae7b863ef7f8b8 (diff) | |
| download | powder-e0913d2639dbec89d7ab795be8de12d1e9ec0efb.zip powder-e0913d2639dbec89d7ab795be8de12d1e9ec0efb.tar.gz | |
can change comment pages without the scrollwheel, click and hold scrollbar area to have it scroll to that point
Diffstat (limited to 'src/gui/preview/PreviewView.h')
| -rw-r--r-- | src/gui/preview/PreviewView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/preview/PreviewView.h b/src/gui/preview/PreviewView.h index 9ddbb71..9975afc 100644 --- a/src/gui/preview/PreviewView.h +++ b/src/gui/preview/PreviewView.h @@ -72,6 +72,7 @@ public: virtual void OnTick(float dt); virtual void OnTryExit(ExitMethod method); virtual void OnMouseWheel(int x, int y, int d); + virtual void OnMouseUp(int x, int y, unsigned int button); virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); virtual ~PreviewView(); }; |
