Skip to content

Instantly share code, notes, and snippets.

@SubZane
Created October 13, 2015 13:42
Show Gist options
  • Save SubZane/a975236caeb9986fc0f1 to your computer and use it in GitHub Desktop.
Save SubZane/a975236caeb9986fc0f1 to your computer and use it in GitHub Desktop.
Detect Windows Tablet or Laptop
window.PointerEvent ? "pointer" : "ontouchstart" in window ? "touch" : "mouse";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment