aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kevent.cpp
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/engine/kevent.cpp
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/engine/kevent.cpp')
-rw-r--r--engines/sci/engine/kevent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kevent.cpp b/engines/sci/engine/kevent.cpp
index 475e3200ca..b8af6f0ab0 100644
--- a/engines/sci/engine/kevent.cpp
+++ b/engines/sci/engine/kevent.cpp
@@ -65,7 +65,7 @@ reg_t kGetEvent(EngineState *s, int argc, reg_t *argv) {
PUT_SEL32V(obj, x, s->gfx_state->pointer_pos.x);
PUT_SEL32V(obj, y, s->gfx_state->pointer_pos.y);
- //gfxop_set_pointer_position(s->gfx_state, Common::Point(s->gfx_state->pointer_pos.x, s->gfx_state->pointer_pos.y));
+ //s->gui->moveCursor(s->gfx_state->pointer_pos.x, s->gfx_state->pointer_pos.y);
switch (e.type) {
case SCI_EVT_QUIT: