Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touch on dell inspiron #27

Open
kuhlkrein opened this issue Mar 19, 2021 · 0 comments
Open

touch on dell inspiron #27

kuhlkrein opened this issue Mar 19, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@kuhlkrein
Copy link
Member

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.

@kuhlkrein kuhlkrein added the documentation Improvements or additions to documentation label Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant