[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'os_linux' (#Simba)

TWindow.MoveMouse

Uses XWarpPointer to move the mouse to the specific position relative to the stored TWindow.

Declaration

Source position: os_linux.pas line 59

public procedure TWindow.MoveMouse(

  x: Integer;

  y: Integer

); override;