OpenSceneGraph/include/osgViewer/api/X11
Robert Osfield 67ae23f2cf From Alexander Sinditskiy, "reason of this changes described in http://forum.openscenegraph.org/viewtopic.php?t=7596
and another problem is:
example osgkeyboard is not work (keys not highlight) if user have 2 keyboard layout native and english and current user layout is native

I try to explain my changes

we need something that is identify key without modifier keys and layout  -> this is UnmodifedKey

I think osg must have its own UnmodifiedKeys table. Code must be run same on different platforms. This can de guaranteed by UnmodifiedKeys table.

Mikhail Izmestev helped me. He implemented VirtualKey changes in GraphicsWindowX11"
2011-01-27 16:23:48 +00:00
..
GraphicsHandleX11 From Colin MacDonald, "In my application I have a custom graphics context class, derived from 2009-11-21 16:41:02 +00:00
GraphicsWindowX11 From Alexander Sinditskiy, "reason of this changes described in http://forum.openscenegraph.org/viewtopic.php?t=7596 2011-01-27 16:23:48 +00:00
PixelBufferX11 From Colin MacDonald, "In my application I have a custom graphics context class, derived from 2009-11-21 16:41:02 +00:00