Lines Matching full:down
6 intervals only when one or more button is down.
39 is the engine of the rest of the classification while any button is down. The
84 ms_min_down|20ms|Down events shorter than this are ignored
85 ms_min_down_longpress|300ms|Down events longer than this are reported as a long-click
86 ms_up_settle|20ms|After the first indication a button is no longer down, the button is ignored for …
88 ms_repeat_down|0 / disabled|If held down, interval at which to issue `stilldown` events
113 are not reported. "up" and "down" events are reported for the buttons in case
120 down|The button passes a filter for being down, useful for duration-based response
147 ### Relationship between up / down and classification
151 click|down-up-click (it's classified when it went up and cannot be a longclick)
152 longclick|down-longclick-up (it's classified while still down)
153 doubleclick|down-up-down-doubleclick-up (classified as soon as second click down long enough)
155 If the regime is configured for it, any "down" may be followed by one or more
156 "stilldown" at intervals if the button is down long enough