Posts by Jorge Oliveira • 111 points
2 posts
-
0
votes1
answer74
viewsA: Screen touch recognition such as Mousedown
Other problems have arisen however, such as the overlap and difficulty of distinguishing between touch or mouse events, but the problem above solved with the following: protected override void…
-
1
votes1
answer74
viewsQ: Screen touch recognition such as Mousedown
I’m developing a game (Puzzle) in C# Winforms, to run on a touch screen. The mapping of touch events to mouse events already occurs by default, and I didn’t have to do anything to make it happen.…