Package com.sun.jna.platform.unix
Interface X11.XTest
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static X11.XTestINSTANCE- 
Fields inherited from interface com.sun.jna.LibraryOPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
- 
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final X11.XTest INSTANCE 
 
- 
 - 
Method Detail- 
XTestQueryExtensionboolean XTestQueryExtension(X11.Display display, IntByReference event_basep, IntByReference error_basep, IntByReference majorp, IntByReference minorp) 
 - 
XTestCompareCursorWithWindowboolean XTestCompareCursorWithWindow(X11.Display display, X11.Window window, X11.Cursor cursor) 
 - 
XTestCompareCurrentCursorWithWindowboolean XTestCompareCurrentCursorWithWindow(X11.Display display, X11.Window window) 
 - 
XTestFakeKeyEventint XTestFakeKeyEvent(X11.Display display, int keycode, boolean is_press, NativeLong delay) 
 - 
XTestFakeButtonEventint XTestFakeButtonEvent(X11.Display display, int button, boolean is_press, NativeLong delay) 
 - 
XTestFakeMotionEventint XTestFakeMotionEvent(X11.Display display, int screen, int x, int y, NativeLong delay) 
 - 
XTestFakeRelativeMotionEventint XTestFakeRelativeMotionEvent(X11.Display display, int x, int y, NativeLong delay) 
 - 
XTestFakeDeviceKeyEventint XTestFakeDeviceKeyEvent(X11.Display display, X11.XDeviceByReference dev, int keycode, boolean is_press, IntByReference axes, int n_axes, NativeLong delay) 
 - 
XTestFakeDeviceButtonEventint XTestFakeDeviceButtonEvent(X11.Display display, X11.XDeviceByReference dev, int button, boolean is_press, IntByReference axes, int n_axes, NativeLong delay) 
 - 
XTestFakeProximityEventint XTestFakeProximityEvent(X11.Display display, X11.XDeviceByReference dev, boolean in_prox, IntByReference axes, int n_axes, NativeLong delay) 
 - 
XTestFakeDeviceMotionEventint XTestFakeDeviceMotionEvent(X11.Display display, X11.XDeviceByReference dev, boolean is_relative, int first_axis, IntByReference axes, int n_axes, NativeLong delay) 
 - 
XTestGrabControlint XTestGrabControl(X11.Display display, boolean impervious) 
 - 
XTestSetVisualIDOfVisualvoid XTestSetVisualIDOfVisual(X11.Visual visual, X11.VisualID visualid) 
 - 
XTestDiscardint XTestDiscard(X11.Display display) 
 
- 
 
-