aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-05 16:43:24 +0000
committerFilippos Karapetis2009-10-05 16:43:24 +0000
commit91a16e0c7dd97b24461901d03b1b485eea833dcc (patch)
treebac7a9a3f565f692d9cfdcbff1849b95fe1854e7 /engines/sci/gfx/operations.h
parent4c35022f6b3b5cc77fa90eb306e96a14fbb91a99 (diff)
downloadscummvm-rg350-91a16e0c7dd97b24461901d03b1b485eea833dcc.tar.gz
scummvm-rg350-91a16e0c7dd97b24461901d03b1b485eea833dcc.tar.bz2
scummvm-rg350-91a16e0c7dd97b24461901d03b1b485eea833dcc.zip
Moved the cursor movement code in the GUI
svn-id: r44664
Diffstat (limited to 'engines/sci/gfx/operations.h')
-rw-r--r--engines/sci/gfx/operations.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/gfx/operations.h b/engines/sci/gfx/operations.h
index d73ef50aab..f20bbf176a 100644
--- a/engines/sci/gfx/operations.h
+++ b/engines/sci/gfx/operations.h
@@ -389,16 +389,6 @@ void gfxop_set_pointer_cursor(GfxState *state, int nr);
void gfxop_set_pointer_view(GfxState *state, int nr, int loop, int cel, Common::Point *hotspot);
/**
- * Teleports the mouse pointer to a specific position.
- *
- * Depending on the graphics driver, this operation may be without any effect
- *
- * @param[in] state The state the pointer is in
- * @param[in] pos The position to teleport it to
- */
-void gfxop_set_pointer_position(GfxState *state, Common::Point pos);
-
-/**
* Limits the mouse movement to a given rectangle.
*
* @param[in] state The affected state