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.
Touch events are not triggered on dell inspiron, , same with click (when using finger with touch). The only triggered elements among this list:
are
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.