|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Shape pointer listener, e.g.
More...
Public Member Functions | |
| void | run (Shape s, final Vec3f pos, MouseEvent e) |
| Event callback. More... | |
Shape pointer listener, e.g.
for Shape#onClicked(PointerListener)
Definition at line 130 of file Shape.java.
| void com.jogamp.graph.ui.Shape.PointerListener.run | ( | Shape | s, |
| final Vec3f | pos, | ||
| MouseEvent | e | ||
| ) |
Event callback.
| s | the associated Shape for this event |
| pos | relative object coordinates to the associated Shape |
| e | original Newt MouseEvent |