index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
scripts
/
is-device-touch.ts
blob: 3f0bfefed24bf32a4e4ad41611c4a39427052def (
plain
)
1
export
const
isDeviceTouch
=
'maxTouchPoints'
in
navigator
&&
navigator
.
maxTouchPoints
>
0
;