|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| void | run (Shape s, Vec3f origin, Vec3f dest, MouseEvent e) |
| Move callback. More... | |
Shape move listener
Definition at line 116 of file Shape.java.
| void com.jogamp.graph.ui.Shape.MoveListener.run | ( | Shape | s, |
| Vec3f | origin, | ||
| Vec3f | dest, | ||
| MouseEvent | e | ||
| ) |
Move callback.
| s | the moved shape |
| origin | original position, relative object coordinates to the associated Shape |
| dest | new position, relative object coordinates to the associated Shape |
| e | original Newt MouseEvent |