- Home /
Question by
birdtrap · Nov 02, 2017 at 01:55 PM ·
augmented-realitycursordraggingcursor-customizationclicking
Keep Cursor at center and project interactions to cursor position on mobile touch devices (IOS)
For an IOS ArKit App I need a cursor that is centered and always stays centered.
I want that all interactions (clicks, dragging etc) are projected to the cursor position at the center.
I tried:
Cursor.lockState = CursorLockState.locked;
but it does not work, the mouse position changes from center to the point i tapped last every time I interact with the touchscreen.
Does anyone have a idea what to do in that case?
I am very grateful for answers!
Comment
Your answer
Follow this Question
Related Questions
Cursor Resize? 1 Answer
Possible to change size of cursor with Cursor.SetCursor? 0 Answers
How do I customize the image of the cursor? 4 Answers
How to detect mouse leaving / entering the game window? 1 Answer
Cursor on Multi-Display 0 Answers