Difference between revisions of "Talk:Buttons"
Jump to navigation
Jump to search
m |
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] | ||
: | :edit^3: wait a minute, is it as esoteric as a simple toggle that only switches on release instead of on buttondown? ie:<code> | ||
press: --++--++--<br> | press: --++--++--<br> | ||
state: ----++++-- | state: ----++++--</code> | ||
: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) | :vs <code> | ||
press: --++--++--<br> | |||
state: --++++----</code> | |||
: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) (edit: because that seems like a strange distinction, I would have assumed the former would be the default) |
Revision as of 18:04, 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]
- 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: ----++++--
- vs
press: --++--++--
state: --++++----