diff options
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/GLView.h b/src/GLView.h index 4977abb..be21578 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -57,8 +57,7 @@ private: double w_h_ratio; bool mouse_drag_active; - int last_mouse_x; - int last_mouse_y; + QPoint last_mouse; void keyPressEvent(QKeyEvent *event); void wheelEvent(QWheelEvent *event); |