Moved the cursor movement code in the GUI

svn-id: r44664
This commit is contained in:
Filippos Karapetis 2009-10-05 16:43:24 +00:00
parent 4c35022f6b
commit 91a16e0c7d
9 changed files with 36 additions and 41 deletions

View file

@ -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: