fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

HoldPress Trigger #1320

Closed ichan-mb closed 4 years ago

ichan-mb commented 4 years ago

For data scrolling, sliders, numeric dials, or anything with a range of values there is a common gesture interface of clicking and holding a button. So long as the button is held the value will continue to change.

This PR implements this feature issue : https://github.com/fuse-open/fuselibs/issues/283

This PR contains: