Searched refs:XLibHelper (Results 1 – 2 of 2) sorted by relevance
27 if(!XLibHelper.IsAvailable) in AttachHandler()44 XLibHelper.GrabCursorByWindow(pid); in AttachHandler()45 …XLibHelper.MoveCursorAbsolute(pid, (int)(source.ParentWindow.Size.Width / 2), (int)(source.ParentW… in AttachHandler()47 XLibHelper.StartEventListenerLoop(this); in AttachHandler()53 XLibHelper.UngrabCursor(); in DetachHandler()
15 public static class XLibHelper class17 static XLibHelper() in XLibHelper() method in Antmicro.Renode.Backends.Display.XInput.XLibHelper