When I use:
Mouse - On left button clicked - Create Object on layer 0 (Mouse.X, Mouse.Y)
It works perfectly and the object is created at the point where I click
When I use the same logic for touchscreen
Touch - On Tap Gesture - Create Object on layer 0 (Touch.X, Touch.Y)
It creates the object at (0,0) anywhere I tap
I also tried other touch functions as for example as "Is in touch"
But nothing working. Anybody a suggestion how I can get this working so that at the location (X,Y) where I tap the object is created?