Package arc.backend.sdl
Class SdlGraphics.SdlCursor
java.lang.Object
arc.backend.sdl.SdlGraphics.SdlCursor
- All Implemented Interfaces:
Graphics.Cursor
,Disposable
- Enclosing class:
- SdlGraphics
-
Nested Class Summary
Nested classes/interfaces inherited from interface arc.Graphics.Cursor
Graphics.Cursor.SystemCursor
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Constructor Details
-
SdlCursor
public SdlCursor(long surfaceHandle, long cursorHandle)
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-