Talk:Buttons
Jump to navigation
Jump to search
Button style 2 is like a click pen? Aren't they simple toggles?(which is mode 1) Any clarification? --Totoro (talk) 06:23, 29 October 2019 (EET)
- edit: does it cycle through [0, offstate, onstate, offstate+onstate] ?
- edit edit: maybe it means [hold=onstate], release cycles between [0, offstate]
- edit^3: wait a minute, is it as esoteric as a simple toggle that only switches on release instead of on buttondown? ie:
press: --++--++--
state: ----++++--
- and the simple toggle changes state as soon as it gets tapped? --Totoro (talk) 17:56, 29 October 2019 (EET) i.e.:
press: --++--++--
state: --++++----
- (edit:I would have assumed the former would be the default)