From 103112dd3da9e9b8ee0610d4cc6dc4a8320f2b98 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 2 Aug 2003 00:36:38 +0000 Subject: removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again) svn-id: r9391 --- common/system.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 5814e7a3c8..51fca24f66 100644 --- a/common/system.h +++ b/common/system.h @@ -198,17 +198,8 @@ public: /** Show or hide the mouse cursor. */ virtual bool show_mouse(bool visible) = 0; - /** - * Set the position of the mouse cursor. - * @see warp_mouse - */ - virtual void set_mouse_pos(int x, int y) = 0; - /** - * Warp the mouse cursor to the specified position. Where set_mouse_pos() - * only informs the backend of the mouse cursor's current position, this - * function actually moves the cursor to the specified position. - * @see set_mouse_pos + * Move ("warp) the mouse cursor to the specified position. */ virtual void warp_mouse(int x, int y) = 0; -- cgit v1.2.3