|
java-gnome version 4.0.7 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Objectorg.freedesktop.bindings.Constant
org.gnome.gdk.MouseButton
public class MouseButton
Constants representing which mouse button was pressed.
| Field Summary | |
|---|---|
static MouseButton |
FIFTH
Mouse button 5. |
static MouseButton |
FOURTH
Mouse button 4. |
static MouseButton |
LEFT
A "left click", mouse button 1. |
static MouseButton |
MIDDLE
A "centre click", mouse button 2. |
static MouseButton |
RIGHT
A "right click", mouse button 3. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MouseButton FIFTH
5.
public static final MouseButton FOURTH
4.
public static final MouseButton LEFT
1.
public static final MouseButton MIDDLE
2. Some mice don't have
a middle button; in such cases your X server may be configured to
generate the middle button press if you press both right and left
simultaneously. Mice with scroll wheels will often generated this
button if the wheel is clicked (not scrolled, but pressed).
public static final MouseButton RIGHT
3.
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||