Package | Description |
---|---|
com.xalys.xgl.browser.dom.events | |
com.xalys.xgl.browser.dom.events.enums | |
com.xalys.xgl.events |
Modifier and Type | Method and Description |
---|---|
MouseButton |
NativeMouseEvent.getButton() |
Modifier and Type | Method and Description |
---|---|
Set<MouseButton> |
NativeMouseEvent.getButtons() |
Modifier and Type | Method and Description |
---|---|
boolean |
NativeMouseEvent.hasButton(MouseButton button) |
Modifier and Type | Method and Description |
---|---|
static MouseButton |
MouseButton.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
MouseButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MouseButton |
MouseEvent.getButton() |
Modifier and Type | Method and Description |
---|---|
boolean |
MouseEvent.hasButton(MouseButton button) |
Copyright © 2018 Xalys. All rights reserved.