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)
Defaults to
left . |
Mouse.DownOptions |
setClickCount(int clickCount)
defaults to 1.
|
public MouseButton button
left
.public Integer clickCount
public Mouse.DownOptions setButton(MouseButton button)
left
.public Mouse.DownOptions setClickCount(int clickCount)
Copyright © 2021. All rights reserved.