Package com.jogamp.graph.ui
Interface Shape.PointerListener
-
- Enclosing class:
- Shape
public static interface Shape.PointerListener
Shape
pointer listener, e.g. forShape.onClicked(PointerListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(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 associatedShape
for this eventpos
- relative object coordinates to the associatedShape
e
- original NewtMouseEvent
-
-