Debounce Button.DebounceInterval: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "== Summary == {{:Summaries:Summary Debounce Button.DebounceInterval}} == Description == Use this property to specify the debounce interval. The interval indicates the period when change of value is ignored. The period starts from the moment a change is detected, and during the period any other changes will be ignored."
 
(No difference)

Latest revision as of 18:53, 10 June 2022

Summary

Specifies the debouncing interval

Description

Use this property to specify the debounce interval.

The interval indicates the period when change of value is ignored. The period starts from the moment a change is detected, and during the period any other changes will be ignored.