Uses of Class
com.sun.jna.platform.unix.X11.Cursor

Packages that use X11.Cursor
com.sun.jna.platform.unix   
 

Uses of X11.Cursor in com.sun.jna.platform.unix
 

Fields in com.sun.jna.platform.unix declared as X11.Cursor
 X11.Cursor X11.XSetWindowAttributes.cursor
           
static X11.Cursor X11.Cursor.None
           
 

Methods in com.sun.jna.platform.unix with parameters of type X11.Cursor
 boolean X11.XTest.XTestCompareCursorWithWindow(X11.Display display, X11.Window window, X11.Cursor cursor)