Home
last modified time | relevance | path

Searched refs:MoveCursorAbsolute (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/
DXLibHelper.cs86 public static void MoveCursorAbsolute(int windowId, int x, int y) in MoveCursorAbsolute() method in Antmicro.Renode.Backends.Display.XInput.XLibHelper
250MoveCursorAbsolute(XRootWindow(DisplayHandle, XDefaultScreen(DisplayHandle)), initMouseX, initMous… in EventListenerLoop()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/
DX11EventSource.cs45 …XLibHelper.MoveCursorAbsolute(pid, (int)(source.ParentWindow.Size.Width / 2), (int)(source.ParentW… in AttachHandler()