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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: