I'm using event.listen("touch") to make wherever I touch to be where the cursor is. However, this only writes the cursor's state on the cursor, and leaves the cursor in the same place it was before. I would like the cursor to move where I click, and be able to write text from there, instead of just leaving the cursor state there.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I'm using event.listen("touch") to make wherever I touch to be where the cursor is. However, this only writes the cursor's state on the cursor, and leaves the cursor in the same place it was before. I would like the cursor to move where I click, and be able to write text from there, instead of just leaving the cursor state there.
Link to post
Share on other sites