-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Touch events are not triggered on dell inspiron, , same with click (when using finger with touch). The only triggered elements among this list:
- MouseDragReleased
- MouseDragOver
- MouseDragEntered
- MouseDragExited
- MouseDragged
- MouseClicked
- MousePressed
- MouseReleased
- MouseExited
- MouseEntered
- MouseMoved
- DragDetected
- DragDone
- DragDropped
- DragEntered
- DragExited
- DragOver
- TouchMoved
- TouchPressed
- TouchReleased
- TouchStationary
- SwipeDown
- SwipeLeft
- SwipeRight
- SwipeUp
are
- MouseEntered
- MouseExited
- MouseMove
for now the solution I see is to create a fake "double click" event using this 3 events, trying to avoid the possibility to trigger it with eye tracker.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation