Touch state problem

Hi guys

I just updated to Monogame 3.3 Stable all my applications but when I try to get the touch state it always return MOVED,pressed,released are never return.

Any ideas ?

Also the main ViewRoot detects action up and down but the touchcollection never report about it, can anyone confirm this as a bug or its only me ?

Nobody have that issue with monogame 3.3 ?

@Tom Solved my problem by compiling the monogame 3.3 from source code but the windows installer,installed faulty library where the touch location report only touch state as moved. Added you just to know :slight_smile:

I’ll investigate that a bit. It sounds really strange.

Sorry to resurrect an old post, but I am having this issue in MG 3.6. The touch state is always Moved and never pressed/released. Any ideas other than compiling from source code?