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> | :edit^3: wait a minute, is it as esoteric as a simple toggle that only switches on release instead of on buttondown? ie:<br><code>press: --++--++--</code><br><code>state: ----++++--</code> | ||
press: --++--++--< | :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) i.e.:<br><code>press: --++--++--</code><br><code>state: --++++----</code> | ||
:(edit:I would have assumed the former would be the default) | |||
: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: |
Revision as of 18:09, 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: ----++++--
- 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)