* Jean-Sébastien Guay -- Thursday 31 July 2008:
> I found out that when focus comes back to the app, I don't need to send 
> keyPress events for keys that are pressed in reality but which the app 
> doesn't think are (presumably because of keyboard repeat or something 
> like that).

You mean, because the OS will start to send key-presses for
auto-repeating keys then? While that's true, I wouldn't want to rely
on the OS doing that. You can configure per key if it should be
auto-repeating, and an OSG app could for that reason just prefer
to ignore auto-repeating and do the repeating on its own. It wouldn't
get the key-press event then on entering. But maybe I misunderstood.

m.
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to