|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ScreenCursor in apps.mainmenu |
---|
Methods in apps.mainmenu with parameters of type ScreenCursor | |
---|---|
void |
MainMenuApp.buttonClicked(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MainMenuApp.buttonDragged(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MainMenuApp.buttonPressed(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MainMenuApp.buttonReleased(MultiTouchButton button,
ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in apps.mt3dmaps |
---|
Methods in apps.mt3dmaps with parameters of type ScreenCursor | |
---|---|
void |
TerrainNavigator.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TerrainNavigator.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TerrainNavigator.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TerrainNavigator.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in apps.threedbuttonsexperiment.gesture |
---|
Methods in apps.threedbuttonsexperiment.gesture with parameters of type ScreenCursor | |
---|---|
void |
MultiTouchButtonPress.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MultiTouchButtonPress.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MultiTouchButtonPress.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
MultiTouchButtonPress.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in apps.threedmanipulation.gestures |
---|
Uses of ScreenCursor in apps.threedmanipulationexperiment.gestures |
---|
Uses of ScreenCursor in apps.threedpuzzle.gestures |
---|
Methods in apps.threedpuzzle.gestures with parameters of type ScreenCursor | |
---|---|
void |
TwoFingersGesture.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TwoFingersGesture.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TwoFingersGesture.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
TwoFingersGesture.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in synergynetframework.appsystem.contentsystem.jme.items |
---|
Uses of ScreenCursor in synergynetframework.appsystem.contentsystem.jme.items.utils |
---|
Methods in synergynetframework.appsystem.contentsystem.jme.items.utils with parameters of type ScreenCursor | |
---|---|
void |
SketchPadWrapper.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
KeyboardWrapper.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SketchPadWrapper.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SketchPadWrapper.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
KeyboardWrapper.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SketchPadWrapper.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
KeyboardWrapper.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
java.awt.Point |
SketchPadWrapper.getCurrentElement2DCoordsForCursor(ScreenCursor cursor)
Gets the current element2 d coords for cursor. |
java.awt.Point |
KeyboardWrapper.getCurrentElement2DCoordsForCursor(ScreenCursor cursor)
Gets the current element2 d coords for cursor. |
Uses of ScreenCursor in synergynetframework.appsystem.contentsystem.jme.items.utils.controlbar |
---|
Methods in synergynetframework.appsystem.contentsystem.jme.items.utils.controlbar with parameters of type ScreenCursor | |
---|---|
void |
ControlBarMover.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
ControlBarMover.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
ControlBarMover.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
ControlBarMover.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in synergynetframework.jme.cursorsystem |
---|
Methods in synergynetframework.jme.cursorsystem that return ScreenCursor | |
---|---|
ScreenCursor |
CursorRegistry.getCursor(long id)
Gets the cursor. |
ScreenCursor |
MultiTouchElement.getScreenCursorByID(long id)
Get a screen cursor registered with this MultiTouchElement by its id. |
ScreenCursor |
MultiTouchElement.getScreenCursorByIndex(int index)
Get a screen cursor registered with this MultiTouchElement by its index. |
Methods in synergynetframework.jme.cursorsystem that return types with arguments of type ScreenCursor | |
---|---|
java.util.List<ScreenCursor> |
CursorRegistry.getCurrentRegisteredCursors()
Returns a cloned List whose contents are the current cursors at the time of asking. |
Methods in synergynetframework.jme.cursorsystem with parameters of type ScreenCursor | |
---|---|
void |
CursorRegistry.addCursor(ScreenCursor cursor)
Adds the cursor. |
abstract void |
MultiTouchElement.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
abstract void |
MultiTouchElement.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
abstract void |
MultiTouchElement.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
abstract void |
MultiTouchElement.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
void |
TwoDMultiTouchElement.registerScreenCursor(ScreenCursor c,
OrthogonalPickResultData nodeloc)
Register screen cursor. |
void |
MultiTouchElement.registerScreenCursor(ScreenCursor c,
PickResultData nodeloc)
Register a cursor with this multi touch element. |
void |
ThreeDMultiTouchElement.registerScreenCursor(ScreenCursor c,
ThreeDPickResultData nodeloc)
Register screen cursor. |
void |
MultiTouchElement.unregisterScreenCursor(ScreenCursor c)
Removes the screen cursor association with this MultiTouchElement. |
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.cursordata |
---|
Methods in synergynetframework.jme.cursorsystem.cursordata with parameters of type ScreenCursor | |
---|---|
boolean |
ScreenCursor.isProbablyTheSameAs(ScreenCursor c)
Checks if is probably the same as. |
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.elements |
---|
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.elements.threed |
---|
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.elements.twod |
---|
Methods in synergynetframework.jme.cursorsystem.elements.twod with parameters of type ScreenCursor | |
---|---|
void |
OrthoControlPointRotateTranslateScaleWithListener.OrthoControlPointRotateTranslateScaleListener.cursorChanged(OrthoControlPointRotateTranslateScaleWithListener ocprts,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
void |
OrthoCursorEventDispatcher.CommonCursorEventListener.cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
void |
TwoDQuadWithMultiTouchInteraction.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SingleTouchRotateTranslate.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoSnap.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoMove.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoCursorEventDispatcher.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleFix.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScale.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoBringToTop.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
CursorEventDispatcher.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.OrthoControlPointRotateTranslateScaleListener.cursorClicked(OrthoControlPointRotateTranslateScaleWithListener ocprts,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
void |
OrthoCursorEventDispatcher.CommonCursorEventListener.cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
void |
TwoDQuadWithMultiTouchInteraction.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SingleTouchRotateTranslate.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoSnap.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoMove.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoCursorEventDispatcher.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleFix.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScale.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoBringToTop.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
IndependentChildOrthoCPRTS.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
CursorEventDispatcher.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.OrthoControlPointRotateTranslateScaleListener.cursorPressed(OrthoControlPointRotateTranslateScaleWithListener ocprts,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
void |
OrthoCursorEventDispatcher.CommonCursorEventListener.cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
void |
TwoDQuadWithMultiTouchInteraction.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SingleTouchRotateTranslate.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoSnap.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoMove.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoCursorEventDispatcher.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleFix.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScale.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoBringToTop.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
CursorEventDispatcher.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.OrthoControlPointRotateTranslateScaleListener.cursorReleased(OrthoControlPointRotateTranslateScaleWithListener ocprts,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
void |
OrthoCursorEventDispatcher.CommonCursorEventListener.cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
void |
TwoDQuadWithMultiTouchInteraction.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
SingleTouchRotateTranslate.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoSnap.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoMove.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoCursorEventDispatcher.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleWithListener.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScaleFix.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoControlPointRotateTranslateScale.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoBringToTop.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
IndependentChildOrthoCPRTS.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
CursorEventDispatcher.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
OrthoCursorEventDispatcher.CommonCursorEventListener.cursorRightClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor right clicked. |
java.awt.Point |
TwoDQuadWithMultiTouchInteraction.getCurrentElement2DCoordsForCursor(ScreenCursor cursor)
Gets the current element2 d coords for cursor. |
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.fixutils |
---|
Methods in synergynetframework.jme.cursorsystem.fixutils with parameters of type ScreenCursor | |
---|---|
boolean |
FixGesture.checkForFixGesture(MultiTouchElement element,
ScreenCursor c,
MultiTouchCursorEvent event)
Check for fix gesture. |
boolean |
ClickOnCornersGesture.checkForFixGesture(MultiTouchElement element,
ScreenCursor c,
MultiTouchCursorEvent event)
|
boolean |
FixGesture.checkForUnfixGesture(MultiTouchElement element,
ScreenCursor c,
MultiTouchCursorEvent event)
Check for unfix gesture. |
boolean |
ClickOnCornersGesture.checkForUnfixGesture(MultiTouchElement element,
ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in synergynetframework.jme.cursorsystem.flicksystem |
---|
Methods in synergynetframework.jme.cursorsystem.flicksystem with parameters of type ScreenCursor | |
---|---|
void |
FlickMover.cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
FlickMover.cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
FlickMover.cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
|
void |
FlickMover.cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
|
Uses of ScreenCursor in synergynetframework.mtinput |
---|
Methods in synergynetframework.mtinput with parameters of type ScreenCursor | |
---|---|
static boolean |
RightClickDetector.isDoubleClick(java.util.Vector<ScreenCursor> screenCursors,
ScreenCursor rightCursor,
float distance)
Checks if is double click. |
Method parameters in synergynetframework.mtinput with type arguments of type ScreenCursor | |
---|---|
static boolean |
RightClickDetector.isDoubleClick(java.util.Vector<ScreenCursor> screenCursors,
ScreenCursor rightCursor,
float distance)
Checks if is double click. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |