Hi,

I'm trying to write code that will read the CTRL+Arrow key to do an action.  
I've looked at the keyboard example but it doesn't fit what I have currently:

switch (ea.getEventType())
      {
      case osgGA::GUIEventAdapter::KEYDOWN:
           {
                 switch (ea.getKey())
                 {


Any help would be appreciated,

Thanks,

-M
----------------------------------------
Marlin Rowley
Software Engineer, Staff
[cid:[email protected]]
Missiles and Fire Control
972-603-1931 (office)
214-926-0622 (mobile)
[email protected]<mailto:[email protected]>

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

Reply via email to