Skip to content

The "select" voice command no longer fires an event on Windows Mixed Reality #3177

@keveleigh

Description

@keveleigh

Does this affect the legacy HoloToolkit (master) or the Mixed Reality Toolkit (mrtk_release)?
Mixed Reality Toolkit

Describe the bug
When you say "select" on Windows MR, the MRTK input system should fire an input down and input up for the "select" action.

This is a regression, as it previously worked when we were listening for the InteractionManager's events, as voice comes across as events but not as an actual "state". Now that #2890 moved away from eventing to polling, the "select" voice command isn't represented in the InteractionManager's states.

To Reproduce
Steps to reproduce the behavior:

  1. Add an input handler to the scene, responding the the Select event.
  2. Gaze at the input handler and say "select".

Expected: the handler responds
Actual: the handler doesn't respond because no event is fired

Mixed Reality Toolkit Release Version
MRTK Beta and latest mrtk_development

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions