Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate finger taps into mouse events or touch events (hololens) #24587

Closed
paulrouget opened this issue Oct 30, 2019 · 1 comment
Closed

Translate finger taps into mouse events or touch events (hololens) #24587

paulrouget opened this issue Oct 30, 2019 · 1 comment

Comments

@paulrouget
Copy link
Contributor

For now we only catch mouse events, making page interaction impossible in HoloLens mode.

Just removing the PointerDeviceType == Mouse test appears to work.

@paulrouget
Copy link
Contributor Author

Dupe of #24598

bors-servo pushed 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 pushed 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 pushed 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant