Hi Brad,

It appears that with the changes to GraphicsWindowWin32.cpp at rev 11749
that keypress does not get called when one hits a “non special” key (eg
one of the letter keys). If I understand correctly, non-special keys are
no longer totally handled from WM_KEYDOWN and they are supposed to use
WM_CHAR or something. This does not appear to work.

I’ll keep looking, but perhaps someone else has already noticed the bug/fix?

From your description above, it makes me think that in osgviewer, the normal keys shouldn't work, for example pressing 's' shouldn't show the onscreen stats (since the StatsHandler does its work on osgGA::GUIEventAdapter::KEYDOWN events). But it still does, with an OSG compiled last night (Windows 7 64-bit, Visual C++ 2008 sp1 32-bit build).

Can you be more specific on what I would need to do to see this problem?

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to