I am trying to create an "eating simulator" where you can pick up food from a table.
Thing is, I try to control it with a graphic tablet (wacom intuos pro) an stylus: While hovering above the Tablet, the Fork sprite should move with the cursor. As soon as i touch the tablet (=is touching Object), i can pick up food.
I can't attach a sprite to the Pointer when using the stylus.
Mouse.x and Mouse.y only works wehn i move the mouse.
Theres touch.x/y, but it only updates X and Y when i acutally touch it.
Is there an alternative way to get the position of the mouse pointer?