- Home /
Question by
RyanAtEvno · Mar 29, 2018 at 08:57 PM ·
inputpositionmousetouchmouseposition
Can I fake the mouse/touch position relative to the real mouse/touch position?
I need to simulate the position of mouse/touch so when a player is dragging an object it doesn't sit under their finger on screen, instead would be slightly above where their finger is. I can't alter the prefab drag element to just be below the render of the object because the drop is dependent on where input position is when object is released. SOooo I need to simulate the mouse/touch position.
Comment
Your answer
Follow this Question
Related Questions
Disabling touch events on Input.GetMouseButtonDown(1) 1 Answer
"Phantom" mouse cursor/touch on iOS but not Android? 1 Answer
Move player with mouse help 0 Answers
Move object with finger swipe 0 Answers
How I can save mouse position ? 0 Answers