I have a rectangle which should trigger an event on TouchEnter. But when I Touch the rectangle nothing happens until the longtouch is over. It looks like it is waiting to be sure there is no longtouch before the TouchEnter kicks in.
If I touch the rectangle and move slightly (so there can't be a LongTouch anymore) it triggers the event.
How can I get rid of this: "I better wait for the longTouch to be finished until I trigger the touchEnter" ?
The same happens with the TouchDown event...