GHI-EMX DEV-129 Touch

Hello,

I’m completely lost … again. I need the simplest event method to read my in-built touch screen under a console application.
When a touch event comes, I want to read the X and Y position of the touch and call some method with it. Is it possible ?

Sorry for spamming this forum,
many thanks for some help

Event handler parameters have information about position of the touch event.

We have tons of examples on Codeshare. Here is one of them:

http://www.tinyclr.com/codeshare/entry/512

Actually this is one is better for your EMX:

http://www.tinyclr.com/codeshare/entry/499

I’m blind … I’ve used a different code, but thank you for your time.

You are welcome!