Not Understanding Tap Timeout #1383
thomastthai
started this conversation in
General
Replies: 1 comment
-
doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am testing the concept of tap timeout. "Tap timeout" is confusing. Perhaps changing the wording to "tap re-press timeout" would make more sense. After reading the extended explanation, 'Tap timeout in more detail', several times, I'm still confused and could use help.
Let's start with what tap timeout means:
Does that mean just those three sequences: press, release, press or could it be more like: press, release, press, release, press?
Let's simulate with some code:
Attempting to simulate rapid press-release-press of the
a
key with the Simulator:My intention is to use 210ms to press-release-press
a
:The output:
210ms > 200ms, so why does the tap action still take place?
Beta Was this translation helpful? Give feedback.
All reactions