How to avoid mouse move on Touch

前端 未结 4 1997
萌比男神i
萌比男神i 2020-12-30 00:19

I have a WPF application that is capable of being used both with a mouse and using Touch. I disable all windows \"enhancements\" to just have touch events :

         


        
4条回答
  •  一个人的身影
    2020-12-30 01:12

    Something I used for an application once, was to simply setup a custom cursor whose image was simply a blank .CUR file.

    As for the second problem, I would have indeed suggested moving the cursor to another location, but then I saw you'd done the same thing. If you application won't run in full screen, you can just define that safe position to be the lower-right corner of your application window.

提交回复
热议问题