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