MCPcopy Index your code
hub / github.com/Fiddle-Digital/string-scroll / isTouchDevice

Function isTouchDevice

src/index.ts:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 }
33}
34function isTouchDevice() {
35 return (('ontouchstart' in window) ||
36 (navigator.maxTouchPoints > 0));
37}
38
39
40class StringScroll {

Callers 3

enabledMethod · 0.85
updateModeParamsMethod · 0.85
onResizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected