C++学习(三一五)osg漫游奇Manipulator自带事件Event响应

Posted hankern

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++学习(三一五)osg漫游奇Manipulator自带事件Event响应相关的知识,希望对你有一定的参考价值。

 

osgGA/StandardManipulator.cpp
bool StandardManipulator::handleKeyDown( const GUIEventAdapter& ea, GUIActionAdapter& us )
{
    if( ea.getKey() == GUIEventAdapter::KEY_Space )
    {
        flushMouseEventStack();
        _thrown = false;
        home(ea,us);
        return true;
    }

    return false;
}

以上是关于C++学习(三一五)osg漫游奇Manipulator自带事件Event响应的主要内容,如果未能解决你的问题,请参考以下文章

C++学习(三三一)有关osgUtil::SceneView

C++学习(三二零)osg漫游器Manipulator自带的鼠标拖拽事件Drag响应

C++学习(三一三)EventQueue创建时机

C++学习(三二四)osg标准漫游器StandardManipulator的_ga_t1 _ga_t0

OSG 自定义场景漫游示例

osg 自动漫游