Uses of Class
synergynetframework.jme.cursorsystem.elements.twod.OrthoCursorEventDispatcher

Packages that use OrthoCursorEventDispatcher
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.jme.cursorsystem.elements.twod   
 

Uses of OrthoCursorEventDispatcher in synergynetframework.appsystem.contentsystem.jme.items
 

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type OrthoCursorEventDispatcher
 void JMERoundFrame.cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEQuadContentItem.cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEOrthoContentItem.cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMERoundFrame.cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEQuadContentItem.cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEOrthoContentItem.cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMERoundFrame.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEQuadContentItem.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEOrthoContentItem.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEKeyboard.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMERoundFrame.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEQuadContentItem.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEOrthoContentItem.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEKeyboard.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 void JMEOrthoContentItem.cursorRightClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
           
 

Uses of OrthoCursorEventDispatcher in synergynetframework.jme.cursorsystem.elements.twod
 

Methods in synergynetframework.jme.cursorsystem.elements.twod with parameters of type OrthoCursorEventDispatcher
 void OrthoCursorEventDispatcher.CommonCursorEventListener.cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
          Cursor changed.
 void OrthoCursorEventDispatcher.CommonCursorEventListener.cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
          Cursor clicked.
 void OrthoCursorEventDispatcher.CommonCursorEventListener.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
          Cursor pressed.
 void OrthoCursorEventDispatcher.CommonCursorEventListener.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
          Cursor released.
 void OrthoCursorEventDispatcher.CommonCursorEventListener.cursorRightClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
          Cursor right clicked.