Commit graph

8 commits

Author SHA1 Message Date
knowledgenude
4769b084d2 add 2020-11-17 14:46:14 -03:00
knowledgenude
a7863075e2 cleanups-and-renames 2020-11-17 12:01:15 -03:00
Moritz Brückner
4b9e5d533d Fix and improve registration of nodes 2020-10-27 19:44:37 +01:00
knowledgenude
e35c85de49
Update LN_on_tap_screen.py 2020-10-08 07:20:54 -03:00
Henrique
1436f9a5a4 improve-ln-descriptions 2020-10-05 14:55:56 -03:00
Moritz Brückner
431630d42e Update node docstrings 2020-09-28 15:58:41 +02:00
knowledgenude
79df9d7016 logic-nodes-descriptions 2020-09-23 17:12:25 -03:00
E1e5en
9ac4325a00 On Tap Screen - node for handling touches (double, triple…)
Input parameters:

Duration - time during which the number of touches is counted (default value is 0.3 seconds);
Interval - the time that must elapse between touches (default value is 0);
Repeat - the number of touches that need to be done to execute the event (default value is 2).
Output parameters:

Done - event for a successful completed action;
Fail - an event for a failed action;
Tap - event on each touch;
Tap Number - how many times the user has already touched the screen;
Coords - coordinates of the touch.
2020-09-18 08:37:44 +03:00