mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
commit
6fb20e69e9
@ -72,8 +72,8 @@ public class RobotUtil {
|
|||||||
* @since 4.5.7
|
* @since 4.5.7
|
||||||
*/
|
*/
|
||||||
public static void rightClick() {
|
public static void rightClick() {
|
||||||
ROBOT.mousePress(InputEvent.BUTTON1_MASK);
|
ROBOT.mousePress(InputEvent.BUTTON3_MASK);
|
||||||
ROBOT.mouseRelease(InputEvent.BUTTON1_MASK);
|
ROBOT.mouseRelease(InputEvent.BUTTON3_MASK);
|
||||||
delay();
|
delay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user