Skip to content

touch on dell inspiron  #27

Description

@kuhlkrein

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions