Package com.jogamp.graph.ui
Interface Shape.PointerListener
-
- Enclosing class:
- Shape
public static interface Shape.PointerListenerShapepointer listener, e.g. forShape.onClicked(PointerListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Shape s, com.jogamp.math.Vec3f pos, MouseEvent e)Event callback
-
-
-
Method Detail
-
run
void run(Shape s, com.jogamp.math.Vec3f pos, MouseEvent e)
Event callback- Parameters:
s- the associatedShapefor this eventpos- relative object coordinates to the associatedShapee- original NewtMouseEvent
-
-