guieventadapter专题

osgGA::GUIEventAdapter解析

osgGA::GUIEventAdapter是GUI事件适配器,他继承于osg::Object 首先,定义了各种GUI事件枚举 在其中,还定义了类TouchData,其中定义的结构体TouchPoint用来存储接触点坐标,后typedef std::vector<TouchPoint> TouchSet;TouchSet  _touches;容器存储所有接触点。   friend class G