public class JoglInteraction
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected float |
zlevel |
Constructor and Description |
---|
JoglInteraction() |
Modifier and Type | Method and Description |
---|---|
void |
displaySizeChanged(JoglInputDisplaySizeChangedEvent e) |
float |
getZLevel() |
boolean |
keyPressed(JoglInputKeyEvent evt) |
boolean |
keyReleased(JoglInputKeyEvent evt) |
boolean |
keyTyped(JoglInputKeyEvent evt) |
boolean |
mouseClicked(JoglInputMouseEvent e) |
void |
mouseDragged(JoglInputMouseEvent e) |
void |
mouseEntered(JoglInputMouseEvent e) |
void |
mouseExited(JoglInputMouseEvent e) |
void |
mouseMoved(JoglInputMouseEvent e) |
boolean |
mousePressed(JoglInputMouseEvent e) |
boolean |
mouseReleased(JoglInputMouseEvent e) |
void |
mouseWheelMoved(JoglInputMouseWheelEvent e) |
void |
setZLevel(float z) |
boolean |
ShouldAnimate() |
void |
UpdateScene(JoglScene scene) |
public float getZLevel()
public void setZLevel(float z)
public void UpdateScene(JoglScene scene)
public boolean ShouldAnimate()
public boolean keyPressed(JoglInputKeyEvent evt)
public boolean keyReleased(JoglInputKeyEvent evt)
public boolean keyTyped(JoglInputKeyEvent evt)
public boolean mouseClicked(JoglInputMouseEvent e)
public void mouseEntered(JoglInputMouseEvent e)
public void mouseExited(JoglInputMouseEvent e)
public boolean mousePressed(JoglInputMouseEvent e)
public boolean mouseReleased(JoglInputMouseEvent e)
public void mouseMoved(JoglInputMouseEvent e)
public void mouseDragged(JoglInputMouseEvent e)
public void mouseWheelMoved(JoglInputMouseWheelEvent e)
public void displaySizeChanged(JoglInputDisplaySizeChangedEvent e)