2019-03-18 10:56 PM
Hello all,
I need to write a Callback for Drag event, same as ClickListener for Click event.
I found Snapper functions for the same.
But, I cant find how to include a Snapper as a mixin in Touchgfx designer.
Do we need to include Snapper as a mixin explicitly in designer? How?
If not, then how to include it in project?
2019-03-20 01:57 AM
Hi @kvkhekale
TouchGFX Designer does not support the Snapper mixin, yet. It's there in code though. You can check out how to use the Snapper in the "Drag Example" through the designer.
Best regards,
Martin