<div dir="ltr"><div><br>Basic OpenGL utilities libraries like GLUT that provide some mouse events in the <span class="gmail-highlight"><font color="#0000FF">mouseEvent(int button, int state, int x, int y); </font></span>function, but this functionality is not native to OpenGL.<br></div><span class="gmail-highlight"><font color="#0000FF"></font></span><div><br></div><div>Event->x()/y() sounds more like an OSG event handling, and there are plenty of OSG examples out there that process mouse and keyboards events.<br><br></div><div>Christian<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-12-02 10:20 GMT+01:00 Sebastian Messerschmidt <span dir="ltr"><<a href="mailto:sebastian.messerschmidt@gmx.de" target="_blank">sebastian.messerschmidt@gmx.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,In opengl we can get event->x() and event->y() mouse events are there.For osg how to get these events.<br>
</blockquote></span>
Thats non-sense. OpenGL doesn't deal with input events.<br>
See the osgkeyboardmouse example.<br>
<br>
Apart from the usual "try to use your brain first and present some questions with actual effort put into them". (This btw. starts with the topic-name):<br>
<br>
First advice: Check the examples first. Most of them are named very and executing them might give you an idea if they are what you are looking for.<br>
<br>
Second advice: There is a mailing/list, use the search functionality. Chances your question has been asked exist...<br>
<br>
Also you've been asking a MouseEvent-related questions a couple of days before. Obviously you didn't even bother to look into the trackball-manipulator. If you're following the bread-crumbs left there (parent-classes OrbitManipulator and the StandardManipulator, you will find a lot of example code how to use mouse events.<br>
<br>
Cheers<span class="HOEnZb"><font color="#888888"><br>
Sebastian</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
...<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Rambabu<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=69577#69577" rel="noreferrer" target="_blank">http://forum.openscenegraph.or<wbr>g/viewtopic.php?p=69577#69577</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph<wbr>.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.or<wbr>g/listinfo.cgi/osg-users-opens<wbr>cenegraph.org</a><br>
<br>
</blockquote>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph<wbr>.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.or<wbr>g/listinfo.cgi/osg-users-opens<wbr>cenegraph.org</a><br>
</div></div></blockquote></div><br></div>