Dear friend, please for advice, what I am doing wrong?
I want move MouseCursor to X and Y
I get in log:
best regards
p4ppc
I want move MouseCursor to X and Y
B4X:
Dim robot As JavaObject
robot.InitializeNewInstance("javafx.scene.robot.Robot", Null)
Dim Point2D As JavaObject
Point2D.InitializeStatic("javafx.scene.input.mouseMove")
robot.RunMethod("mouseMove", Array As Object(x, y))
Thank you very muchjava.lang.RuntimeException: Method: mouseMove not matched.
best regards
p4ppc