Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 06719cf03808e17ae6f0852ca1052dc2 > files > 2153

libogre1-devel-0.13.0-1mdk.i586.rpm

<html>
<head>
<title>Ogre::EventProcessor class Reference - OGRE Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<link type="text/css" rel="stylesheet" href="style.css">
</head>

<body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>Ogre::EventProcessor  Class Reference</h1>The <a class="el" href="classOgre_1_1EventProcessor.html">EventProcessor</a> controls getting events, storing them in a queue, and dispatching events. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>&gt;</code>
<p>
Inheritance diagram for Ogre::EventProcessor:<p><center><img src="classOgre_1_1EventProcessor__inherit__graph.png" border="0" usemap="#Ogre_1_1EventProcessor__inherit__map" alt="Inheritance graph"></center>
<map name="Ogre_1_1EventProcessor__inherit__map">
<area href="classOgre_1_1FrameListener.html" shape="rect" coords="61,24,195,5" alt="">
<area href="classOgre_1_1MouseTarget.html" shape="rect" coords="65,66,191,48" alt="">
<area href="classOgre_1_1MouseMotionTarget.html" shape="rect" coords="47,109,209,90" alt="">
<area href="classOgre_1_1Singleton.html" shape="rect" coords="19,152,237,133" alt="">
<area href="classOgre_1_1KeyTarget.html" shape="rect" coords="73,194,183,176" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for Ogre::EventProcessor:<p><center><img src="classOgre_1_1EventProcessor__coll__graph.png" border="0" usemap="#Ogre_1_1EventProcessor__coll__map" alt="Collaboration graph"></center>
<map name="Ogre_1_1EventProcessor__coll__map">
<area href="classOgre_1_1Singleton.html" shape="rect" coords="877,154,1096,135" alt="">
<area href="classOgre_1_1FrameListener.html" shape="rect" coords="300,27,433,9" alt="">
<area href="classOgre_1_1MouseTarget.html" shape="rect" coords="304,78,429,59" alt="">
<area href="classOgre_1_1MouseMotionTarget.html" shape="rect" coords="285,129,448,110" alt="">
<area href="classOgre_1_1KeyTarget.html" shape="rect" coords="312,178,421,159" alt="">
<area href="classOgre_1_1InputReader.html" shape="rect" coords="308,289,425,270" alt="">
<area href="classOgre_1_1EventQueue.html" shape="rect" coords="19,261,139,242" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classOgre_1_1EventProcessor-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora0">EventProcessor</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora1">~EventProcessor</a> ()</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora2">startProcessingEvents</a> (bool registerListener=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Registers <a class="el" href="classOgre_1_1FrameListener.html">FrameListener</a>, and activates the queue.</em> <a href="#Ogre_1_1EventProcessora2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora3">stopProcessingEvents</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Removes this from being a <a class="el" href="classOgre_1_1FrameListener.html">FrameListener</a>, and deactivates the queue.</em> <a href="#Ogre_1_1EventProcessora3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora4">initialise</a> (<a class="el" href="classOgre_1_1RenderWindow.html">RenderWindow</a> *ren)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Creates the Queue object, Creates the <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> object initialises the <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> to use buffered input.</em> <a href="#Ogre_1_1EventProcessora4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora5">processEvent</a> (<a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> *e)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Processes default events, these are events are aren't handled by any dispatcher.</em> <a href="#Ogre_1_1EventProcessora5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora6">addCursorMoveListener</a> (<a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *c)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Adds a mouse motion listener to the cursor object.</em> <a href="#Ogre_1_1EventProcessora6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora7">removeCursorMoveListener</a> (<a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *c)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Removes a mouse motion listener to the cursor object.</em> <a href="#Ogre_1_1EventProcessora7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora8">addTargetManager</a> (<a class="el" href="classOgre_1_1TargetManager.html">TargetManager</a> *targetManager)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Creates a dispatcher object that dispatches to the targetManager.</em> <a href="#Ogre_1_1EventProcessora8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora9">addEventTarget</a> (<a class="el" href="classOgre_1_1EventTarget.html">EventTarget</a> *eventTarget)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Creates a dispatcher object that dispatches to the targetManager.</em> <a href="#Ogre_1_1EventProcessora9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora10">frameStarted</a> (const <a class="el" href="structOgre_1_1FrameEvent.html">FrameEvent</a> &amp;evt)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Processes all events on the queue.</em> <a href="#Ogre_1_1EventProcessora10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora11">getTop</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>returns 0, since this is a default event target, default events have a top of 0</em> <a href="#Ogre_1_1EventProcessora11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceOgre.html#a349">Real</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora12">getLeft</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>returns 0, since this is a default event target, default events have a left of 0</em> <a href="#Ogre_1_1EventProcessora12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1PositionTarget.html">PositionTarget</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora13">getPositionTargetParent</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>returns NULL, There is no parent of the default event target.</em> <a href="#Ogre_1_1EventProcessora13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora14">isKeyEnabled</a> () const</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1InputReader.html">InputReader</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessora15">getInputReader</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1FrameListenera1">frameEnded</a> (const <a class="el" href="structOgre_1_1FrameEvent.html">FrameEvent</a> &amp;evt)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Called just after a frame has been rendered.</em> <a href="#Ogre_1_1FrameListenera1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa89">processMouseEvent</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa90">addMouseListener</a> (<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa91">removeMouseListener</a> (<a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa92">isMouseWithin</a> () const</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa93">processMouseMotionEvent</a> (<a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *e)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa94">addMouseMotionListener</a> (<a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementa95">removeMouseMotionListener</a> (<a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1KeyTargeta1">processKeyEvent</a> (<a class="el" href="classOgre_1_1KeyEvent.html">KeyEvent</a> *e)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1KeyTargeta2">addKeyListener</a> (<a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a> *l)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1KeyTargeta3">removeKeyListener</a> (<a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a> *l)</td></tr>
<tr><td colspan=2><br><h2>Static Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>EventProcessor &amp;&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessord0">getSingleton</a> (void)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Override standard <a class="el" href="classOgre_1_1Singleton.html">Singleton</a> retrieval.</em> <a href="#Ogre_1_1EventProcessord0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>EventProcessor *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1Singletond1">getSingletonPtr</a> (void)</td></tr>
<tr><td colspan=2><br><h2>Protected Types</h2></td></tr>
<tr><td nowrap align=right valign=top>typedef std::list&lt; <a class="el" href="classOgre_1_1EventDispatcher.html">EventDispatcher</a> * &gt;&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort0">DispatcherList</a></td></tr>
<tr><td nowrap align=right valign=top>typedef std::list&lt; <a class="el" href="classOgre_1_1EventTarget.html">EventTarget</a> * &gt;&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort1">EventTargetList</a></td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorb0">cleanup</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>empty queue and cleanup objects</em> <a href="#Ogre_1_1EventProcessorb0"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1EventQueue.html">EventQueue</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorn0">mEventQueue</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1InputReader.html">InputReader</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorn1">mInputDevice</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort0">DispatcherList</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorn2">mDispatcherList</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort1">EventTargetList</a>&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorn3">mEventTargetList</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessorn4">mRegisteredAsFrameListener</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementn49">mMouseListener</a></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementn50">mMouseWithin</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1TTYGuiElementn51">mMouseMotionListener</a></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a> *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1KeyTargetn0">mKeyListener</a></td></tr>
<tr><td colspan=2><br><h2>Static Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top>EventProcessor *&nbsp;</td><td valign=bottom><a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1Singletonq0">ms_Singleton</a> = 0</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The <a class="el" href="classOgre_1_1EventProcessor.html">EventProcessor</a> controls getting events, storing them in a queue, and dispatching events.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 An application can create an instance of this class to receive buffered input, as opposed to creating an <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> directly and retrieving snapshot state only. This class contains an <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> which it uses to create InputEvents which are then stored FIFO in the <a class="el" href="classOgre_1_1EventQueue.html">EventQueue</a>.  
<p>
 The <a class="el" href="classOgre_1_1EventProcessor.html">EventProcessor</a> is a frame listener, so each frame, it empties the entire queue to the list of dispatchers. Each dispatcher corresponds to a registered <a class="el" href="classOgre_1_1TargetManager.html">TargetManager</a>. The TargetManagers need to be registered with the Processor before initialise is called. After intialise is called, the Processor will start processing events once  startProcessingEvents is called. 
<p>
 The Processor acts like a default <a class="el" href="classOgre_1_1EventTarget.html">EventTarget</a>, so it can process events that no dispatcher consumes. You can listen default actions to the processor by e.g. mProcessor-&gt;addMouseListener(defaultMouseMovement); </dl>
<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00090">90</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.<hr><h2>Member Typedef Documentation</h2>
<a name="Ogre_1_1EventProcessort0" doxytag="Ogre::EventProcessor::DispatcherList"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef std::list&lt;<a class="el" href="classOgre_1_1EventDispatcher.html">EventDispatcher</a>*&gt; Ogre::EventProcessor::DispatcherList<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00100">100</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessort1" doxytag="Ogre::EventProcessor::EventTargetList"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> typedef std::list&lt;<a class="el" href="classOgre_1_1EventTarget.html">EventTarget</a>*&gt; Ogre::EventProcessor::EventTargetList<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00101">101</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.    </td>
  </tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="Ogre_1_1EventProcessora0" doxytag="Ogre::EventProcessor::EventProcessor"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Ogre::EventProcessor::EventProcessor </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00049">49</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>, and <a class="el" href="OgreEventProcessor_8h-source.html#l00104">mRegisteredAsFrameListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora1" doxytag="Ogre::EventProcessor::~EventProcessor"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> Ogre::EventProcessor::~EventProcessor </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00059">59</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">cleanup</a>().    </td>
  </tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="Ogre_1_1EventProcessora6" doxytag="Ogre::EventProcessor::addCursorMoveListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::addCursorMoveListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>c</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Adds a mouse motion listener to the cursor object.
<p>
This keeps the <a class="el" href="classOgre_1_1Cursor.html">Cursor</a> object hidden. 
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00201">201</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreInput_8cpp-source.html#l00146">Ogre::InputReader::addCursorMoveListener</a>(), and <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora9" doxytag="Ogre::EventProcessor::addEventTarget"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::addEventTarget </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1EventTarget.html">EventTarget</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>eventTarget</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Creates a dispatcher object that dispatches to the targetManager.
<p>
Adds the new dispatcher object to the dispatcher list. 
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00117">117</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8h-source.html#l00103">mEventTargetList</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1KeyTargeta2" doxytag="Ogre::EventProcessor::addKeyListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::KeyTarget::addKeyListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreKeyTarget_8cpp-source.html#l00065">65</a> of file <a class="el" href="OgreKeyTarget_8cpp-source.html">OgreKeyTarget.cpp</a>.
<p>
References <a class="el" href="OgreKeyTarget_8h-source.html#l00051">Ogre::KeyTarget::mKeyListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa90" doxytag="Ogre::EventProcessor::addMouseListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseTarget::addMouseListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8cpp-source.html#l00086">86</a> of file <a class="el" href="OgreMouseTarget_8cpp-source.html">OgreMouseTarget.cpp</a>.
<p>
References <a class="el" href="OgreMouseTarget_8h-source.html#l00060">Ogre::MouseTarget::mMouseListener</a>.
<p>
Referenced by <a class="el" href="OgreListGuiElement_8cpp-source.html#l00266">Ogre::ListGuiElement::addListItem</a>(), <a class="el" href="OgreScrollBarGuiElement_8cpp-source.html#l00162">Ogre::ScrollBarGuiElement::setScrollBitName</a>(), and <a class="el" href="OgreGuiPressable_8cpp-source.html#l00040">Ogre::GuiPressable::setSource</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa94" doxytag="Ogre::EventProcessor::addMouseMotionListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseMotionTarget::addMouseMotionListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00065">65</a> of file <a class="el" href="OgreMouseMotionTarget_8cpp-source.html">OgreMouseMotionTarget.cpp</a>.
<p>
References <a class="el" href="OgreMouseMotionTarget_8h-source.html#l00059">Ogre::MouseMotionTarget::mMouseMotionListener</a>.
<p>
Referenced by <a class="el" href="OgreInput_8cpp-source.html#l00146">Ogre::InputReader::addCursorMoveListener</a>(), <a class="el" href="OgreListGuiElement_8cpp-source.html#l00266">Ogre::ListGuiElement::addListItem</a>(), <a class="el" href="OgrePopupMenuGuiElement_8cpp-source.html#l00043">Ogre::PopupMenuGuiElement::PopupMenuGuiElement</a>(), and <a class="el" href="OgreScrollBarGuiElement_8cpp-source.html#l00162">Ogre::ScrollBarGuiElement::setScrollBitName</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora8" doxytag="Ogre::EventProcessor::addTargetManager"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::addTargetManager </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1TargetManager.html">TargetManager</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>targetManager</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Creates a dispatcher object that dispatches to the targetManager.
<p>
Adds the new dispatcher object to the dispatcher list. 
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00110">110</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8h-source.html#l00102">mDispatcherList</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessorb0" doxytag="Ogre::EventProcessor::cleanup"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::cleanup </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [protected]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
empty queue and cleanup objects
<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">66</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8h-source.html#l00102">mDispatcherList</a>, <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, and <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00096">initialise</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00059">~EventProcessor</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1FrameListenera1" doxytag="Ogre::EventProcessor::frameEnded"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> virtual bool Ogre::FrameListener::frameEnded </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="structOgre_1_1FrameEvent.html">FrameEvent</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>evt</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Called just after a frame has been rendered.
<p>
<dl compact><dt><b>
Returns: </b><dd>
 True to continue with the next frame, false to drop out of the rendering loop. </dl>
<p>
Reimplemented in <a class="el" href="classOgre_1_1ParticleSystemManager.html#Ogre_1_1ParticleSystemManagera17">Ogre::ParticleSystemManager</a>, and <a class="el" href="classOgre_1_1FrameTimeControllerValue.html#Ogre_1_1FrameTimeControllerValuea1">Ogre::FrameTimeControllerValue</a>.
<p>
Definition at line <a class="el" href="OgreFrameListener_8h-source.html#l00095">95</a> of file <a class="el" href="OgreFrameListener_8h-source.html">OgreFrameListener.h</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora10" doxytag="Ogre::EventProcessor::frameStarted"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::EventProcessor::frameStarted </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const <a class="el" href="structOgre_1_1FrameEvent.html">FrameEvent</a> &amp;&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>evt</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Processes all events on the queue.
<p>
sends each event to each dispatcher. deletes the event objects 
<p>
Reimplemented from <a class="el" href="classOgre_1_1FrameListener.html#Ogre_1_1FrameListenera0">Ogre::FrameListener</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00137">137</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="classOgre_1_1InputReader.html#Ogre_1_1InputReadera5">Ogre::InputReader::capture</a>(), <a class="el" href="OgreEventQueue_8cpp-source.html#l00082">Ogre::EventQueue::getSize</a>(), <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>, <a class="el" href="OgreEventQueue_8cpp-source.html#l00064">Ogre::EventQueue::pop</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora15" doxytag="Ogre::EventProcessor::getInputReader"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1InputReader.html">InputReader</a>* Ogre::EventProcessor::getInputReader </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00203">203</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora12" doxytag="Ogre::EventProcessor::getLeft"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a349">Real</a> Ogre::EventProcessor::getLeft </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
returns 0, since this is a default event target, default events have a left of 0
<p>

<p>
Implements <a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta0">Ogre::PositionTarget</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00212">212</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora13" doxytag="Ogre::EventProcessor::getPositionTargetParent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1PositionTarget.html">PositionTarget</a> * Ogre::EventProcessor::getPositionTargetParent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
returns NULL, There is no parent of the default event target.
<p>

<p>
Implements <a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta2">Ogre::PositionTarget</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00224">224</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessord0" doxytag="Ogre::EventProcessor::getSingleton"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> EventProcessor &amp; Ogre::EventProcessor::getSingleton </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Override standard <a class="el" href="classOgre_1_1Singleton.html">Singleton</a> retrieval.
<p>
<dl compact><dt><b>
Remarks: </b><dd>
 Why do we do this? Well, it's because the <a class="el" href="classOgre_1_1Singleton.html">Singleton</a> implementation is in a .h file, which means it gets compiled into anybody who includes it. This is needed for the <a class="el" href="classOgre_1_1Singleton.html">Singleton</a> template to work, but we actually only want it compiled into the implementation of the class based on the <a class="el" href="classOgre_1_1Singleton.html">Singleton</a>, not all of them. If we don't change this, we get link errors when trying to use the <a class="el" href="classOgre_1_1Singleton.html">Singleton</a>-based class from an outside dll. 
<p>
 This method just delegates to the template version anyway, but the implementation stays in this single compilation unit, preventing link errors. </dl>
<p>
Reimplemented from <a class="el" href="classOgre_1_1Singleton.html#Ogre_1_1Singletond0">Ogre::Singleton&lt; EventProcessor &gt;</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00043">43</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1Singletond1" doxytag="Ogre::EventProcessor::getSingletonPtr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> EventProcessor* <a class="el" href="classOgre_1_1Singleton.html">Ogre::Singleton</a>&lt; EventProcessor &gt;::getSingletonPtr </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">void&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [static, inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreSingleton_8h-source.html#l00071">71</a> of file <a class="el" href="OgreSingleton_8h-source.html">OgreSingleton.h</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora11" doxytag="Ogre::EventProcessor::getTop"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="namespaceOgre.html#a349">Real</a> Ogre::EventProcessor::getTop </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
returns 0, since this is a default event target, default events have a top of 0
<p>

<p>
Implements <a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta1">Ogre::PositionTarget</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00218">218</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgrePrerequisites_8h-source.html#l00086">Ogre::Real</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora4" doxytag="Ogre::EventProcessor::initialise"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::initialise </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1RenderWindow.html">RenderWindow</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>ren</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Creates the Queue object, Creates the <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> object initialises the <a class="el" href="classOgre_1_1InputReader.html">InputReader</a> to use buffered input.
<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00096">96</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">cleanup</a>(), <a class="el" href="classOgre_1_1InputReader.html#Ogre_1_1InputReadera4">Ogre::InputReader::initialise</a>(), <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>, and <a class="el" href="OgreInput_8cpp-source.html#l00053">Ogre::InputReader::useBufferedInput</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora14" doxytag="Ogre::EventProcessor::isKeyEnabled"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::EventProcessor::isKeyEnabled </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Implements <a class="el" href="classOgre_1_1PositionTarget.html#Ogre_1_1PositionTargeta3">Ogre::PositionTarget</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00200">200</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa92" doxytag="Ogre::EventProcessor::isMouseWithin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::MouseTarget::isMouseWithin </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap> const<code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8cpp-source.html#l00105">105</a> of file <a class="el" href="OgreMouseTarget_8cpp-source.html">OgreMouseTarget.cpp</a>.
<p>
References <a class="el" href="OgreMouseTarget_8h-source.html#l00063">Ogre::MouseTarget::mMouseWithin</a>.
<p>
Referenced by <a class="el" href="OgreButtonGuiElement_8cpp-source.html#l00078">Ogre::ButtonGuiElement::updateMaterials</a>(), and <a class="el" href="OgreBorderButtonGuiElement_8cpp-source.html#l00075">Ogre::BorderButtonGuiElement::updateMaterials</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora5" doxytag="Ogre::EventProcessor::processEvent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::processEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1InputEvent.html">InputEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [virtual]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Processes default events, these are events are aren't handled by any dispatcher.
<p>

<p>
Implements <a class="el" href="classOgre_1_1EventTarget.html#Ogre_1_1ScrollTargeta4">Ogre::EventTarget</a>.
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">152</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), <a class="el" href="OgreInputEvent_8cpp-source.html#l00063">Ogre::InputEvent::isConsumed</a>(), <a class="el" href="OgreEventProcessor_8h-source.html#l00102">mDispatcherList</a>, <a class="el" href="OgreEventProcessor_8h-source.html#l00103">mEventTargetList</a>, <a class="el" href="OgreKeyTarget_8cpp-source.html#l00044">Ogre::KeyTarget::processKeyEvent</a>(), <a class="el" href="OgreMouseTarget_8cpp-source.html#l00046">Ogre::MouseTarget::processMouseEvent</a>(), and <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00044">Ogre::MouseMotionTarget::processMouseMotionEvent</a>().
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00137">frameStarted</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1KeyTargeta1" doxytag="Ogre::EventProcessor::processKeyEvent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::KeyTarget::processKeyEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1KeyEvent.html">KeyEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreKeyTarget_8cpp-source.html#l00044">44</a> of file <a class="el" href="OgreKeyTarget_8cpp-source.html">OgreKeyTarget.cpp</a>.
<p>
References <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), <a class="el" href="classOgre_1_1KeyListener.html#Ogre_1_1KeyListenera0">Ogre::KeyListener::keyClicked</a>(), <a class="el" href="classOgre_1_1KeyListener.html#Ogre_1_1KeyListenera1">Ogre::KeyListener::keyPressed</a>(), <a class="el" href="classOgre_1_1KeyListener.html#Ogre_1_1KeyListenera2">Ogre::KeyListener::keyReleased</a>(), and <a class="el" href="OgreKeyTarget_8h-source.html#l00051">Ogre::KeyTarget::mKeyListener</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa89" doxytag="Ogre::EventProcessor::processMouseEvent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseTarget::processMouseEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8cpp-source.html#l00046">46</a> of file <a class="el" href="OgreMouseTarget_8cpp-source.html">OgreMouseTarget.cpp</a>.
<p>
References <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), <a class="el" href="OgreMouseTarget_8h-source.html#l00060">Ogre::MouseTarget::mMouseListener</a>, <a class="el" href="OgreMouseTarget_8h-source.html#l00063">Ogre::MouseTarget::mMouseWithin</a>, <a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera0">Ogre::MouseListener::mouseClicked</a>(), <a class="el" href="OgreEventListeners_8h-source.html#l00104">Ogre::MouseListener::mouseDragDropped</a>(), <a class="el" href="OgreEventListeners_8h-source.html#l00102">Ogre::MouseListener::mouseDragEntered</a>(), <a class="el" href="OgreEventListeners_8h-source.html#l00103">Ogre::MouseListener::mouseDragExited</a>(), <a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera1">Ogre::MouseListener::mouseEntered</a>(), <a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera2">Ogre::MouseListener::mouseExited</a>(), <a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera3">Ogre::MouseListener::mousePressed</a>(), and <a class="el" href="classOgre_1_1MouseListener.html#Ogre_1_1MouseListenera4">Ogre::MouseListener::mouseReleased</a>().
<p>
Referenced by <a class="el" href="OgreGuiElement_8cpp-source.html#l00549">Ogre::GuiElement::processEvent</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>(), and <a class="el" href="OgreCursor_8cpp-source.html#l00087">Ogre::Cursor::processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa93" doxytag="Ogre::EventProcessor::processMouseMotionEvent"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseMotionTarget::processMouseMotionEvent </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseEvent.html">MouseEvent</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>e</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00044">44</a> of file <a class="el" href="OgreMouseMotionTarget_8cpp-source.html">OgreMouseMotionTarget.cpp</a>.
<p>
References <a class="el" href="OgreInputEvent_8cpp-source.html#l00089">Ogre::InputEvent::getID</a>(), <a class="el" href="OgreMouseMotionTarget_8h-source.html#l00059">Ogre::MouseMotionTarget::mMouseMotionListener</a>, <a class="el" href="classOgre_1_1MouseMotionListener.html#Ogre_1_1MouseMotionListenera1">Ogre::MouseMotionListener::mouseDragged</a>(), <a class="el" href="OgreEventListeners_8h-source.html#l00154">Ogre::MouseMotionListener::mouseDragMoved</a>(), and <a class="el" href="classOgre_1_1MouseMotionListener.html#Ogre_1_1MouseMotionListenera0">Ogre::MouseMotionListener::mouseMoved</a>().
<p>
Referenced by <a class="el" href="OgreGuiElement_8cpp-source.html#l00549">Ogre::GuiElement::processEvent</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>(), and <a class="el" href="OgreCursor_8cpp-source.html#l00087">Ogre::Cursor::processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora7" doxytag="Ogre::EventProcessor::removeCursorMoveListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::removeCursorMoveListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>c</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Removes a mouse motion listener to the cursor object.
<p>
This keeps the <a class="el" href="classOgre_1_1Cursor.html">Cursor</a> object hidden. 
<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00206">206</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventProcessor_8h-source.html#l00099">mInputDevice</a>, and <a class="el" href="OgreInput_8cpp-source.html#l00151">Ogre::InputReader::removeCursorMoveListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1KeyTargeta3" doxytag="Ogre::EventProcessor::removeKeyListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::KeyTarget::removeKeyListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreKeyTarget_8cpp-source.html#l00074">74</a> of file <a class="el" href="OgreKeyTarget_8cpp-source.html">OgreKeyTarget.cpp</a>.
<p>
References <a class="el" href="OgreKeyTarget_8h-source.html#l00051">Ogre::KeyTarget::mKeyListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa91" doxytag="Ogre::EventProcessor::removeMouseListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseTarget::removeMouseListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8cpp-source.html#l00095">95</a> of file <a class="el" href="OgreMouseTarget_8cpp-source.html">OgreMouseTarget.cpp</a>.
<p>
References <a class="el" href="OgreMouseTarget_8h-source.html#l00060">Ogre::MouseTarget::mMouseListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementa95" doxytag="Ogre::EventProcessor::removeMouseMotionListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::MouseMotionTarget::removeMouseMotionListener </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top"><a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a> *&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>l</em>          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap><code> [inherited]</code></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00074">74</a> of file <a class="el" href="OgreMouseMotionTarget_8cpp-source.html">OgreMouseMotionTarget.cpp</a>.
<p>
References <a class="el" href="OgreMouseMotionTarget_8h-source.html#l00059">Ogre::MouseMotionTarget::mMouseMotionListener</a>.
<p>
Referenced by <a class="el" href="OgreInput_8cpp-source.html#l00151">Ogre::InputReader::removeCursorMoveListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora2" doxytag="Ogre::EventProcessor::startProcessingEvents"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::startProcessingEvents </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">bool&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp; <em>registerListener</em> = true          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Registers <a class="el" href="classOgre_1_1FrameListener.html">FrameListener</a>, and activates the queue.
<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00124">124</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventQueue_8cpp-source.html#l00076">Ogre::EventQueue::activateEventQueue</a>(), <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, and <a class="el" href="OgreEventProcessor_8h-source.html#l00104">mRegisteredAsFrameListener</a>.    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessora3" doxytag="Ogre::EventProcessor::stopProcessingEvents"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> void Ogre::EventProcessor::stopProcessingEvents </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
          <td class="md" valign="top">)&nbsp;</td>
          <td class="md" nowrap></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Removes this from being a <a class="el" href="classOgre_1_1FrameListener.html">FrameListener</a>, and deactivates the queue.
<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00082">82</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.
<p>
References <a class="el" href="OgreEventQueue_8cpp-source.html#l00076">Ogre::EventQueue::activateEventQueue</a>(), <a class="el" href="OgreEventProcessor_8h-source.html#l00093">mEventQueue</a>, and <a class="el" href="OgreEventProcessor_8h-source.html#l00104">mRegisteredAsFrameListener</a>.    </td>
  </tr>
</table>
<hr><h2>Member Data Documentation</h2>
<a name="Ogre_1_1EventProcessorn2" doxytag="Ogre::EventProcessor::mDispatcherList"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort0">DispatcherList</a> Ogre::EventProcessor::mDispatcherList<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00102">102</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00110">addTargetManager</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">cleanup</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessorn0" doxytag="Ogre::EventProcessor::mEventQueue"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1EventQueue.html">EventQueue</a>* Ogre::EventProcessor::mEventQueue<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00093">93</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">cleanup</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00049">EventProcessor</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00137">frameStarted</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00096">initialise</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00124">startProcessingEvents</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00082">stopProcessingEvents</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessorn3" doxytag="Ogre::EventProcessor::mEventTargetList"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1EventProcessor.html#Ogre_1_1EventProcessort1">EventTargetList</a> Ogre::EventProcessor::mEventTargetList<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00103">103</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00117">addEventTarget</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00152">processEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessorn1" doxytag="Ogre::EventProcessor::mInputDevice"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1InputReader.html">InputReader</a>* Ogre::EventProcessor::mInputDevice<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00099">99</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00201">addCursorMoveListener</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00066">cleanup</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00049">EventProcessor</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00137">frameStarted</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00096">initialise</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00206">removeCursorMoveListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1KeyTargetn0" doxytag="Ogre::EventProcessor::mKeyListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1KeyListener.html">KeyListener</a>* Ogre::KeyTarget::mKeyListener<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreKeyTarget_8h-source.html#l00051">51</a> of file <a class="el" href="OgreKeyTarget_8h-source.html">OgreKeyTarget.h</a>.
<p>
Referenced by <a class="el" href="OgreKeyTarget_8cpp-source.html#l00065">Ogre::KeyTarget::addKeyListener</a>(), <a class="el" href="OgreKeyTarget_8cpp-source.html#l00038">Ogre::KeyTarget::KeyTarget</a>(), <a class="el" href="OgreKeyTarget_8cpp-source.html#l00044">Ogre::KeyTarget::processKeyEvent</a>(), and <a class="el" href="OgreKeyTarget_8cpp-source.html#l00074">Ogre::KeyTarget::removeKeyListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementn49" doxytag="Ogre::EventProcessor::mMouseListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1MouseListener.html">MouseListener</a>* Ogre::MouseTarget::mMouseListener<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00060">60</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>.
<p>
Referenced by <a class="el" href="OgreMouseTarget_8cpp-source.html#l00086">Ogre::MouseTarget::addMouseListener</a>(), <a class="el" href="OgreGuiElement_8cpp-source.html#l00055">Ogre::GuiElement::GuiElement</a>(), <a class="el" href="OgreMouseTarget_8cpp-source.html#l00038">Ogre::MouseTarget::MouseTarget</a>(), <a class="el" href="OgreMouseTarget_8cpp-source.html#l00046">Ogre::MouseTarget::processMouseEvent</a>(), and <a class="el" href="OgreMouseTarget_8cpp-source.html#l00095">Ogre::MouseTarget::removeMouseListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementn51" doxytag="Ogre::EventProcessor::mMouseMotionListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="classOgre_1_1MouseMotionListener.html">MouseMotionListener</a>* Ogre::MouseMotionTarget::mMouseMotionListener<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseMotionTarget_8h-source.html#l00059">59</a> of file <a class="el" href="OgreMouseMotionTarget_8h-source.html">OgreMouseMotionTarget.h</a>.
<p>
Referenced by <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00065">Ogre::MouseMotionTarget::addMouseMotionListener</a>(), <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00037">Ogre::MouseMotionTarget::MouseMotionTarget</a>(), <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00044">Ogre::MouseMotionTarget::processMouseMotionEvent</a>(), and <a class="el" href="OgreMouseMotionTarget_8cpp-source.html#l00074">Ogre::MouseMotionTarget::removeMouseMotionListener</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1TTYGuiElementn50" doxytag="Ogre::EventProcessor::mMouseWithin"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::MouseTarget::mMouseWithin<code> [protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreMouseTarget_8h-source.html#l00063">63</a> of file <a class="el" href="OgreMouseTarget_8h-source.html">OgreMouseTarget.h</a>.
<p>
Referenced by <a class="el" href="OgreMouseTarget_8cpp-source.html#l00105">Ogre::MouseTarget::isMouseWithin</a>(), <a class="el" href="OgreMouseTarget_8cpp-source.html#l00038">Ogre::MouseTarget::MouseTarget</a>(), and <a class="el" href="OgreMouseTarget_8cpp-source.html#l00046">Ogre::MouseTarget::processMouseEvent</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1EventProcessorn4" doxytag="Ogre::EventProcessor::mRegisteredAsFrameListener"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> bool Ogre::EventProcessor::mRegisteredAsFrameListener<code> [protected]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8h-source.html#l00104">104</a> of file <a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a>.
<p>
Referenced by <a class="el" href="OgreEventProcessor_8cpp-source.html#l00049">EventProcessor</a>(), <a class="el" href="OgreEventProcessor_8cpp-source.html#l00124">startProcessingEvents</a>(), and <a class="el" href="OgreEventProcessor_8cpp-source.html#l00082">stopProcessingEvents</a>().    </td>
  </tr>
</table>
<a name="Ogre_1_1Singletonq0" doxytag="Ogre::EventProcessor::ms_Singleton"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> EventProcessor * <a class="el" href="classOgre_1_1Singleton.html">Ogre::Singleton</a>&lt; EventProcessor &gt;::ms_Singleton = 0<code> [static, protected, inherited]</code>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>

<p>
Definition at line <a class="el" href="OgreEventProcessor_8cpp-source.html#l00040">40</a> of file <a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a>.    </td>
  </tr>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li><a class="el" href="OgreEventProcessor_8h-source.html">OgreEventProcessor.h</a><li><a class="el" href="OgreEventProcessor_8cpp-source.html">OgreEventProcessor.cpp</a></ul>
<p>
Copyright &copy; 2002-2003 by The OGRE Team<br />
Last modified Wed Jan 21 00:17:22 2004
</p>
</body>
</html>