Moved the cursor movement code in the GUI
svn-id: r44664
This commit is contained in:
parent
4c35022f6b
commit
91a16e0c7d
9 changed files with 36 additions and 41 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue