Difference between revisions of "Talk:Buttons"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
:edit: does it cycle through [0, offstate, onstate, offstate+onstate] ? | :edit: does it cycle through [0, offstate, onstate, offstate+onstate] ? | ||
:edit edit: maybe it means [hold=onstate], release cycles between [0, offstate] | :edit edit: maybe it means [hold=onstate], release cycles between [0, offstate] | ||
:edir^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? --[[User:Totoro|Totoro]] ([[User talk:Totoro|talk]]) 17:56, 29 October 2019 (EET) |
Revision as of 17:56, 29 October 2019
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]
- edir^3: wait a minute, is it as esoteric as a simple toggle that only switches on release instead of on buttondown? ie:
press: --++--++-- state: ----++++--