source: OGRE/trunk/ogrenew/Docs/api/html/classOgre_1_1MouseMotionListener.html @ 657

Revision 657, 8.0 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<html>
2<head>
3<title>Ogre::MouseMotionListener class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link type="text/css" rel="stylesheet" href="style.css">
5</head>
6
7<body>
8<!-- Generated by Doxygen 1.3.6 -->
9<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
10<h1>Ogre::MouseMotionListener Class Reference</h1>Specialised <a class="el" href="classOgre_1_1EventListener.html">EventListener</a> for mouse motion. 
11<a href="#_details">More...</a>
12<p>
13<code>#include &lt;<a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>&gt;</code>
14<p>
15<p>Inheritance diagram for Ogre::MouseMotionListener:
16<p><center><img src="classOgre_1_1MouseMotionListener.png" usemap="#Ogre::MouseMotionListener_map" border="0" alt=""></center>
17<map name="Ogre::MouseMotionListener_map">
18<area href="classOgre_1_1EventListener.html" alt="Ogre::EventListener" shape="rect" coords="0,0,168,24">
19</map>
20<a href="classOgre_1_1MouseMotionListener-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
21<tr><td></td></tr>
22<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
23<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseMotionListener.html#Ogre_1_1MouseMotionListenera0">mouseMoved</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
24
25<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when the mouse has been moved.  <a href="#Ogre_1_1MouseMotionListenera0"></a><br><br></td></tr>
26<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseMotionListener.html#Ogre_1_1MouseMotionListenera1">mouseDragged</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)=0</td></tr>
27
28<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Invoked when the mouse dragged.  <a href="#Ogre_1_1MouseMotionListenera1"></a><br><br></td></tr>
29<tr><td class="memItemLeft" nowrap align=right valign=top>virtual void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="classOgre_1_1MouseMotionListener.html#Ogre_1_1MouseMotionListenera2">mouseDragMoved</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
30
31<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">sent to target  <a href="#Ogre_1_1MouseMotionListenera2"></a><br><br></td></tr>
32</table>
33<hr><a name="_details"></a><h2>Detailed Description</h2>
34Specialised <a class="el" href="classOgre_1_1EventListener.html">EventListener</a> for mouse motion.
35<p>
36
37<p>
38Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00125">125</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.<hr><h2>Member Function Documentation</h2>
39<a class="anchor" name="Ogre_1_1MouseMotionListenera1" doxytag="Ogre::MouseMotionListener::mouseDragged" ></a><p>
40<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
41  <tr>
42    <td class="mdRow">
43      <table cellpadding="0" cellspacing="0" border="0">
44        <tr>
45          <td class="md" nowrap valign="top"> virtual void Ogre::MouseMotionListener::mouseDragged </td>
46          <td class="md" valign="top">(&nbsp;</td>
47          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
48          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
49          <td class="md" valign="top">&nbsp;)&nbsp;</td>
50          <td class="md" nowrap><code> [pure virtual]</code></td>
51        </tr>
52
53      </table>
54    </td>
55  </tr>
56</table>
57<table cellspacing=5 cellpadding=0 border=0>
58  <tr>
59    <td>
60      &nbsp;
61    </td>
62    <td>
63
64<p>
65Invoked when the mouse dragged.
66<p>
67    </td>
68  </tr>
69</table>
70<a class="anchor" name="Ogre_1_1MouseMotionListenera2" doxytag="Ogre::MouseMotionListener::mouseDragMoved" ></a><p>
71<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
72  <tr>
73    <td class="mdRow">
74      <table cellpadding="0" cellspacing="0" border="0">
75        <tr>
76          <td class="md" nowrap valign="top"> virtual void Ogre::MouseMotionListener::mouseDragMoved </td>
77          <td class="md" valign="top">(&nbsp;</td>
78          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
79          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
80          <td class="md" valign="top">&nbsp;)&nbsp;</td>
81          <td class="md" nowrap><code> [virtual]</code></td>
82        </tr>
83
84      </table>
85    </td>
86  </tr>
87</table>
88<table cellspacing=5 cellpadding=0 border=0>
89  <tr>
90    <td>
91      &nbsp;
92    </td>
93    <td>
94
95<p>
96sent to target
97<p>
98
99<p>
100Definition at line <a class="el" href="OgreEventListeners_8h-source.html#l00141">141</a> of file <a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a>.    </td>
101  </tr>
102</table>
103<a class="anchor" name="Ogre_1_1MouseMotionListenera0" doxytag="Ogre::MouseMotionListener::mouseMoved" ></a><p>
104<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
105  <tr>
106    <td class="mdRow">
107      <table cellpadding="0" cellspacing="0" border="0">
108        <tr>
109          <td class="md" nowrap valign="top"> virtual void Ogre::MouseMotionListener::mouseMoved </td>
110          <td class="md" valign="top">(&nbsp;</td>
111          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
112          <td class="mdname1" valign="top" nowrap> <em>e</em>          </td>
113          <td class="md" valign="top">&nbsp;)&nbsp;</td>
114          <td class="md" nowrap><code> [pure virtual]</code></td>
115        </tr>
116
117      </table>
118    </td>
119  </tr>
120</table>
121<table cellspacing=5 cellpadding=0 border=0>
122  <tr>
123    <td>
124      &nbsp;
125    </td>
126    <td>
127
128<p>
129Invoked when the mouse has been moved.
130<p>
131    </td>
132  </tr>
133</table>
134<hr>The documentation for this class was generated from the following file:<ul>
135<li><a class="el" href="OgreEventListeners_8h-source.html">OgreEventListeners.h</a></ul>
136<hr>
137<p>
138Copyright &copy; 2000-2005 by The OGRE Team<br />
139<!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/></a><br/>
140This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.<br/>
141                <!--/Creative Commons License--><!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
142                <Work rdf:about="">
143                        <license rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
144        <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
145                </Work>
146                <License rdf:about="http://creativecommons.org/licenses/by-sa/2.5/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/><requires rdf:resource="http://web.resource.org/cc/ShareAlike"/></License></rdf:RDF> -->
147
148Last modified Sun Feb 12 13:00:25 2006
149</p>
150</body>
151</html>
Note: See TracBrowser for help on using the repository browser.