Skip to content

Commit

Permalink
Activated speech input
Browse files Browse the repository at this point in the history
  • Loading branch information
theone1984 committed May 21, 2011
1 parent f94dac2 commit b72e630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARDroneInput/InputManager.cs
Expand Up @@ -117,7 +117,7 @@ private void AddNewDevices()
newDevices.AddRange(KeyboardInput.GetNewInputDevices(windowHandle, inputDevices));
newDevices.AddRange(JoystickInput.GetNewInputDevices(windowHandle, inputDevices));
newDevices.AddRange(WiiMoteInput.GetNewInputDevices(windowHandle, inputDevices));
//newDevices.AddRange(SpeechInput.GetNewInputDevices(windowHandle, inputDevices));
newDevices.AddRange(SpeechInput.GetNewInputDevices(windowHandle, inputDevices));

foreach (GenericInput inputDevice in newDevices)
{
Expand Down

0 comments on commit b72e630

Please sign in to comment.