org.arakhne.neteditor.android.actionmode
public class DifferedPointerEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
ActionPointerEvent |
pointerEvent
Mouse pressed event.
|
Figure |
pressedFigure
Figure under the mouse when the button was pressed.
|
float |
x
x position of the mouse.
|
float |
y
y position of the mouse.
|
| Constructor and Description |
|---|
DifferedPointerEvent(float x,
float y,
ActionPointerEvent e,
Figure f) |
public final float x
public final float y
public final ActionPointerEvent pointerEvent
public final Figure pressedFigure
public DifferedPointerEvent(float x,
float y,
ActionPointerEvent e,
Figure f)
x - y - e - f - Copyright © 2001-2013 NetEditor Developers. 
NetEditor API Documentation by NetEditor Developers is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at www.arakhne.org/neteditor