Summary
|
KeyTap Gesture Detector
|
Info |
Category: |
Leap Motion |
|
AddIn: |
Leap Motion |
Creator: |
OkazoLab |
|
Scope: |
Parent event |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Settings |
Minimal Forward Velocity | Defines the minimal forward velocity of the tap gesture in mm/sec. | | Double | |
Maximal Tap Duration | Defines the maximal tap duration in ms. | | Double | |
Minimal Tap Distance | Defines the minimal tapping distance in mm. | | Double | |
Tracking Filter | Defines what tip types are taken for tracking | | enLeap.. | |
Filtering ID | Defines an ID for the only tracked tip, if the tracking filter is set to 'Filtered by ID' | | Int32 | |
Results |
All Gestures | Returns an array of the most recent tracker samples. The array is updated every Control Loop cycle. | | clTapG.. | |
Newest Gesture | Returns the newest tracker sample. The sample is updated every Control Loop cycle. | | clTapG.. | |
Runtime Status |
Triggering Time | Returns the local event time when the current webpage is fully loaded. The element gets triggered, each time as it happens | | clTime | |
Is Triggered | Indicates whether the element has been triggered since the onset of the parent event. The element gets triggered, as the current webpage is fully loaded (each time as it happens) | | Boolean | |
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
|
KeyTap Gesture Detector Element collects the KEY tap gestures detected by the Leap Motion sensor.
Description
...
Snapshots
Snapshot 1
| Snapshot 2 |
Practical Use
...
Technique 1
- Step 1
- Step 2
...
=== Technique 2 === - Step 1
- Step 2
...
// Check the trial outcome. Result and RT just other user variables
// insert code snippet here..
...
== Notes ==
... - Insert Notes here..
- Insert Notes here..