MCPcopy
hub / github.com/Justineo/github-hovercard / deviceIsPureTouch

Function deviceIsPureTouch

extensions/chrome/tooltipster.js:1986–1988  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1984 var deviceHasTouchCapability = !!('ontouchstart' in window);
1985
1986 function deviceIsPureTouch() {
1987 return (!deviceHasMouse && deviceHasTouchCapability);
1988 }
1989
1990 // detecting support for CSS transitions
1991 function supportsTransitions() {

Callers 1

tooltipster.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected