JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.Shape.PointerListener Interface Reference

Shape pointer listener, e.g. More...

Collaboration diagram for com.jogamp.graph.ui.Shape.PointerListener:

Public Member Functions

void run (Shape s, final Vec3f pos, MouseEvent e)
 Event callback. More...
 

Detailed Description

Shape pointer listener, e.g.

for Shape#onClicked(PointerListener)

Definition at line 130 of file Shape.java.

Member Function Documentation

◆ run()

void com.jogamp.graph.ui.Shape.PointerListener.run ( Shape  s,
final Vec3f  pos,
MouseEvent  e 
)

Event callback.

Parameters
sthe associated Shape for this event
posrelative object coordinates to the associated Shape
eoriginal Newt MouseEvent

The documentation for this interface was generated from the following file: