med-material / r-shiny-js-data-capture

Data Capture System in Javascript, integrated into R Shiny
MIT License
1 stars 1 forks source link

Data Capture: Recognize Pinch Zoom Gestures #18

Open bastianilso opened 1 year ago

bastianilso commented 1 year ago

This is just a convenience, but it would be nice if, once we have multi-touch events in the Event CSV, that we can "recognize" zoom gestures so we dont have to make the analysis to recognize them in the data post-processing.

It looks a bit complex but MDN has a tutorial on it:

https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events/Pinch_zoom_gestures

bilal-62210 commented 1 year ago

@bastianilso can you update the server for me please

bastianilso commented 1 year ago

@bilal-62210 updated