358 views
in Getting started by
I am testing the simple and slide touch handlers by using the prototyper on my pc. The real application will run on an embedded system with a touch screen.

What happens to a touch handler when I drag the finger outside the physical touch screen area of the target?

With the prototyper I am not able to simulate that situation.

Thanks,

Marco

1 Answer

+1 vote
by
 
Best answer

Hello Marco,

What happens to a touch handler when I drag the finger outside the physical touch screen area of the target?

for the touch display it is as if the user had released the finger. In fact, the finger does not touch the screen anymore, so the touch interaction ends and corresponding OnLeaveOnRelease or OnEnd signals are sent.

With the prototyper I am not able to simulate that situation.

That is correct. The interaction with the mouse is very sensitive so it is easy to drag the mouse outside the Prototyper window. Terminating the touch interaction in such case would annoy the user. Actually the unique way to simulate this application case is to release the mouse button explicitly.

I hope it helps you further.

Best Regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...