summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-10 08:24:54 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-12 03:00:05 +0200
commit8c6ec8e4c22814736c85e9ce29c63dd3044a35bc (patch)
tree445f820ffcc0063610341fee60ab64faf581c7eb /include
parent01e04598ce1f512084676bf62f75626d1cd38614 (diff)
some work into intercepting mouse events in OpenGL window
Change-Id: I46dcfed7d5398d994c68ed7cfe4408f9f5719bf1
Diffstat (limited to 'include')
-rw-r--r--include/vcl/openglwin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/openglwin.hxx b/include/vcl/openglwin.hxx
index f78c530e0672..b766f05a0fc5 100644
--- a/include/vcl/openglwin.hxx
+++ b/include/vcl/openglwin.hxx
@@ -27,6 +27,7 @@ public:
OpenGLContext* getContext();
virtual void Paint(const Rectangle&) SAL_OVERRIDE {}
+ virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
private:
boost::scoped_ptr<OpenGLWindowImpl> mpImpl;