Hi,
I'm trying to implement an OSG application using a TV remote control.
At the beggining I had my code prepared to detect keyboard events as follows:
AnimationEngine::keyboardEventHandler* keh = new
AnimationEngine::keyboardEventHandler();
keh->addFunction('a', AnimationEngine::keyboardEventHandler::KEY_DOWN,red);
Everything worked fine. The thing is the application's final device will be a
TV. So I need to make the application work, not with keyboard events, but with
the remote control buttons.
I'm using a IR receiver, everything seems to be well configured. When I press
"red" button on my remote, letter "a" is written, however my app. doesn´t seem
to detect it.
Any idea on why this may happen?? Any other suggestion on how to achieve this?
Thank you!
Cheers,
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=46104#46104
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org