public final class ExampleSphericalMouseListener
extends com.jogamp.newt.event.MouseAdapter
| Constructor and Description |
|---|
ExampleSphericalMouseListener(com.jogamp.newt.Window in_window,
AtomicReference<JCameraSphericalMouseRegion> in_mouse_region,
JCameraSphericalInputType in_input,
ExampleRendererType in_renderer) |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(com.jogamp.newt.event.MouseEvent e) |
void |
mouseMoved(com.jogamp.newt.event.MouseEvent e) |
void |
mousePressed(com.jogamp.newt.event.MouseEvent e) |
void |
mouseReleased(com.jogamp.newt.event.MouseEvent e) |
public ExampleSphericalMouseListener(com.jogamp.newt.Window in_window,
AtomicReference<JCameraSphericalMouseRegion> in_mouse_region,
JCameraSphericalInputType in_input,
ExampleRendererType in_renderer)
public void mouseMoved(@Nullable
com.jogamp.newt.event.MouseEvent e)
mouseMoved in interface com.jogamp.newt.event.MouseListenermouseMoved in class com.jogamp.newt.event.MouseAdapterpublic void mousePressed(@Nullable
com.jogamp.newt.event.MouseEvent e)
mousePressed in interface com.jogamp.newt.event.MouseListenermousePressed in class com.jogamp.newt.event.MouseAdapterpublic void mouseReleased(@Nullable
com.jogamp.newt.event.MouseEvent e)
mouseReleased in interface com.jogamp.newt.event.MouseListenermouseReleased in class com.jogamp.newt.event.MouseAdapterpublic void mouseDragged(@Nullable
com.jogamp.newt.event.MouseEvent e)
mouseDragged in interface com.jogamp.newt.event.MouseListenermouseDragged in class com.jogamp.newt.event.MouseAdapterCopyright © 2017 <code@io7m.com> http://io7m.com