<div dir="ltr"><div><div><div>Hello,<br><br></div>I am using an event handler for catching keyboard's escape key.<br><br></div>However, my osgGA::GUIEventAdapter::getKey() returns 0x1B, when it should be returning osgGA::GUIEventAdapter::KEY_Escape (which is 0xFF1B).<br><br></div>What's wrong here? the Osg's enum, or my code?<br></div>