public class X11WarpingCursor extends X11Cursor
| Modifier and Type | Field and Description |
|---|---|
private int |
nextX |
private int |
nextY |
private static X |
xLib |
isVisible| Constructor and Description |
|---|
X11WarpingCursor() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
setLocation(int x,
int y)
Update the next coordinates for the cursor.
|
(package private) void |
warp()
Called from the swap buffer implementation for this accelerated screen.
|
getBestSize, setHotSpot, setImage, setVisibility, shutdowngetVisiblityprivate int nextX
private int nextY
private static X xLib
void setLocation(int x,
int y)
setLocation in class X11Cursorx - the new X location on the screeny - the new Y location on the screenvoid warp()