|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.jme.cursorsystem.MultiTouchElement
synergynetframework.jme.cursorsystem.ThreeDMultiTouchElement
synergynetframework.jme.cursorsystem.elements.threed.MultiTouchMoveableXYPlaneWithPhysics
public class MultiTouchMoveableXYPlaneWithPhysics
The Class MultiTouchMoveableXYPlaneWithPhysics.
| Field Summary |
|---|
| Fields inherited from class synergynetframework.jme.cursorsystem.MultiTouchElement |
|---|
AXIS_Z, DIRECTION_UP |
| Constructor Summary | |
|---|---|
MultiTouchMoveableXYPlaneWithPhysics(com.jme.scene.Spatial s,
com.jmex.physics.PhysicsNode physicsNode)
Instantiates a new multi touch moveable xy plane with physics. |
|
MultiTouchMoveableXYPlaneWithPhysics(com.jme.scene.Spatial pickSpatial,
com.jme.scene.Spatial targetSpatial,
com.jmex.physics.PhysicsNode physicsNode)
Instantiates a new multi touch moveable xy plane with physics. |
|
| Method Summary | |
|---|---|
void |
cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
void |
cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
void |
cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
| Methods inherited from class synergynetframework.jme.cursorsystem.ThreeDMultiTouchElement |
|---|
getPickDataForCursorID, getPickResultFromCursorIndex, registerScreenCursor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiTouchMoveableXYPlaneWithPhysics(com.jme.scene.Spatial s,
com.jmex.physics.PhysicsNode physicsNode)
s - the sphysicsNode - the physics node
public MultiTouchMoveableXYPlaneWithPhysics(com.jme.scene.Spatial pickSpatial,
com.jme.scene.Spatial targetSpatial,
com.jmex.physics.PhysicsNode physicsNode)
pickSpatial - the pick spatialtargetSpatial - the target spatialphysicsNode - the physics node| Method Detail |
|---|
public void cursorChanged(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorChanged in class MultiTouchElementc - the cevent - the event
public void cursorClicked(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorClicked in class MultiTouchElementc - the cevent - the event
public void cursorPressed(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorPressed in class MultiTouchElementc - the cevent - the event
public void cursorReleased(ScreenCursor c,
MultiTouchCursorEvent event)
MultiTouchElement
cursorReleased in class MultiTouchElementc - the cevent - the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||