268 views
in GUI Development by
Good morning,

i was wondering if i can make a TouchHandler with six point instead of four.

Can you tell me it's possible and how?

1 Answer

0 votes
by

Hello,

you can create a touch area with six points by using two SimpleTouchHandlers together.

Here's how:

  1. Add two SimpleTouchHandlers to your component
  2. Arrange them so their combined area forms your desired 6-point shape
  3. Connect both handlers to the same slot methods - assign the same OnPress, OnDrag, OnRelease methods to both handlers' properties

When the user touches either handler area, they will trigger the same event methods, effectively creating one unified 6-point touch area.

No special configuration is needed - the two handlers will work together naturally as a single touch region.

Best regards,

Manfred.

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

...