| Modifier and Type | Field and Description |
|---|---|
MouseButton |
button
Defaults to
left. |
Integer |
clickCount
defaults to 1.
|
| Constructor and Description |
|---|
DownOptions() |
| Modifier and Type | Method and Description |
|---|---|
Mouse.DownOptions |
setButton(MouseButton button) |
Mouse.DownOptions |
setClickCount(int clickCount) |
public MouseButton button
left.public Integer clickCount
public Mouse.DownOptions setButton(MouseButton button)
public Mouse.DownOptions setClickCount(int clickCount)
Copyright © 2021. All rights reserved.