|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Forward MouseGestureListener, to be attached to a mouse event source forwarded to the receiver set at constructor.
More...
Public Attributes | |
| final Shape | receiver |
Forward MouseGestureListener, to be attached to a mouse event source forwarded to the receiver set at constructor.
This given receiver Shape must be setInteractive(boolean) to have the events forwarded.
Definition at line 200 of file Shape.java.
| com.jogamp.graph.ui.Shape.ForwardMouseListener.ForwardMouseListener | ( | final Shape | receiver | ) |
ForwardMouseListener Constructor
| receiver | the MouseGestureListener receiver |
Definition at line 206 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.gestureDetected | ( | final GestureEvent | gh | ) |
GestureHandler has detected the gesture.
Implements com.jogamp.newt.event.GestureHandler.GestureListener.
Definition at line 231 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseClicked | ( | final MouseEvent | e | ) |
Implements com.jogamp.newt.event.MouseListener.
Definition at line 215 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseDragged | ( | final MouseEvent | e | ) |
Implements com.jogamp.newt.event.MouseListener.
Definition at line 227 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseEntered | ( | final MouseEvent | e | ) |
Only generated for PointerType#Mouse.
Implements com.jogamp.newt.event.MouseListener.
Definition at line 217 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseExited | ( | final MouseEvent | e | ) |
Only generated for PointerType#Mouse.
Implements com.jogamp.newt.event.MouseListener.
Definition at line 219 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseMoved | ( | final MouseEvent | e | ) |
Implements com.jogamp.newt.event.MouseListener.
Definition at line 225 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mousePressed | ( | final MouseEvent | e | ) |
Implements com.jogamp.newt.event.MouseListener.
Definition at line 221 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseReleased | ( | final MouseEvent | e | ) |
Implements com.jogamp.newt.event.MouseListener.
Definition at line 223 of file Shape.java.
| void com.jogamp.graph.ui.Shape.ForwardMouseListener.mouseWheelMoved | ( | final MouseEvent | e | ) |
Traditional event name originally produced by a mouse pointer type.
Triggered for any rotational pointer events, see MouseEvent#getRotation() and MouseEvent#getRotationScale().
Implements com.jogamp.newt.event.MouseListener.
Definition at line 229 of file Shape.java.
| final Shape com.jogamp.graph.ui.Shape.ForwardMouseListener.receiver |
Definition at line 201 of file Shape.java.