OSG模拟鼠标事件影响操纵器

Posted coolbear

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OSG模拟鼠标事件影响操纵器相关的知识,希望对你有一定的参考价值。

viewer->getEventQueue()->mouseButtonPress(0,0,1);

viewer->getEventQueue()->mouseMotion(10,0);

以上代码模拟了鼠标左键从窗口(0,0)拖拽到窗口坐标(10,0)

 

viewer->getEventQueue()->mouseScroll(osgGA::GUIEventAdapter::SCROLL_DOWN);

以上代码模拟了向上滚动滚轮

以上是关于OSG模拟鼠标事件影响操纵器的主要内容,如果未能解决你的问题,请参考以下文章

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

js获取鼠标点击事件的相对位置

js获取鼠标点击事件的相对位置

js获取鼠标点击事件的相对位置

c#全局鼠标事件以及鼠标事件模拟

Mac 鼠标/键盘事件的监听和模拟