Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTranslate finger taps into mouse events or touch events (hololens) #24587
Comments
|
Dupe of #24598 |
bors-servo
added a commit
that referenced
this issue
Oct 31, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
bors-servo
added a commit
that referenced
this issue
Nov 1, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
bors-servo
added a commit
that referenced
this issue
Nov 1, 2019
UWP: More mouse events Support more UWP Desktop events (mouse wheel, mouse move, etc). This introduces a new issue, where the basic bbjs demo requires double click to select a color (unrelated to #24530 I believe). Filed #24596. Next step is to properly fire touch events in HoloLens and only mouse events on Desktop (see #24587).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For now we only catch mouse events, making page interaction impossible in HoloLens mode.
Just removing the
PointerDeviceType == Mousetest appears to work.