iTwin / react-hooks

common, generic, useful react hooks for general high-level react development
MIT License
5 stars 0 forks source link

Changed useScrolling to use touch event listeners #6

Closed toddsouthenbentley closed 3 years ago

toddsouthenbentley commented 3 years ago

Changed useScrolling to use touch event listeners rather than the ontouch functions. Also changed the touch count to a boolean.