You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This extension expands the behaviors supported by the A & B buttons. It support
4
4
5
5
These behave a lot like the touch screen, where the user can tap, double tap, or hold down.
6
6
7
-
They are different than ``[input.onButtonPressed()]``, which detects when a button is pressed. When a button is "double clicked" would call the event handler twice. Holding a button would cause the event handler to be called once. There would be easy way to distinguish between the three different types of behavior.
7
+
They are different than ``[input.onButtonPressed()]``, which detects when a button is pressed. When a button is "double clicked" would call the event handler twice. Holding a button would cause the event handler to be called once. The basic eveng handler does not have an be easy way to distinguish between the three different types of behavior.
0 commit comments