Mathieu Duponchelle
29ed333b97
input: simplify by calling Stringify in the same place
2022-06-03 00:14:41 +02:00
Mathieu Duponchelle
f2f71024b6
input: simplify processing of keyboard events
...
Simply let all keyboard events be consumed when the video element
is in focus, and go through otherwise
2022-06-03 00:14:41 +02:00
Mathieu Duponchelle
3beb712e16
input.js: fix button index on mouse events
...
The buttonMask variable was useless and using it as the button index
in the navigation events was nonsensical.
In addition, the button index must be increased by one to map it to
the X domain.
2022-06-03 00:14:41 +02:00
Vivienne Watermeier
eca3fa9308
Add touch events and modifier states
2022-05-09 22:49:24 +02:00
Thibault Saunier
689bd93055
Implement the GstNavigation interface using a dedicated DataChannel protocol
...
This allows interacting with the source element from within the browser
very easily
2022-01-03 22:30:44 +01:00
Thibault Saunier
7b66b21f47
www: Check in input.js
...
input.js: f8ee83f12d/images/gst-web/src/input.js
2022-01-03 22:30:44 +01:00