public class Mouse
extends java.awt.event.MouseAdapter
Modifier and Type | Field | Description |
---|---|---|
static int |
LEFT |
Standard Maustasten.
|
static int |
MIDDLE |
Standard Maustasten.
|
static int |
RIGHT |
Standard Maustasten.
|
Constructor | Description |
---|---|
Mouse() |
Konstruiert neue Maus.
|
Modifier and Type | Method | Description |
---|---|---|
void |
mousePressed(java.awt.event.MouseEvent e) |
|
void |
mouseReleased(java.awt.event.MouseEvent e) |
|
void |
mouseWheelMoved(java.awt.event.MouseWheelEvent e) |
public static final int LEFT
public static final int MIDDLE
public static final int RIGHT
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
in class java.awt.event.MouseAdapter
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
in class java.awt.event.MouseAdapter
public void mouseWheelMoved(java.awt.event.MouseWheelEvent e)
mouseWheelMoved
in class java.awt.event.MouseAdapter