subsoap/defos

move_cursor_to doesn't update screen_x and screen_y

Opened this issue · 6 comments

  1. set new cursor position with move_cursor_to
  2. initiate any input action - action.x\action.y are correct, but action.screen_x\screen_y have old values

Hi! On what platform?

osx running from editor

Any news?
action.x \ action.y is not working as well (as there is no input event)

I don't think we can update screen_x/screen_y that's an engine thing. @britzl what do you think?

It would be nice to force input event somehow

We've requested to be able to simulate input before. You should post on the Defold forums asking again so it gets more attention.