Package org.lwjgl.sdl
Class SDL_ClipboardDataCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_ClipboardDataCallback
- All Implemented Interfaces:
AutoCloseable,SDL_ClipboardDataCallbackI,CallbackI,NativeResource,Pointer
public abstract class SDL_ClipboardDataCallback
extends Callback
implements SDL_ClipboardDataCallbackI
Callback function:
SDL_ClipboardDataCallback-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZEFields inherited from interface org.lwjgl.sdl.SDL_ClipboardDataCallbackI
CIF -
Method Summary
Modifier and TypeMethodDescriptionstatic SDL_ClipboardDataCallbackcreate(long functionPointer) Creates aSDL_ClipboardDataCallbackinstance from the specified function pointer.static SDL_ClipboardDataCallbackcreate(SDL_ClipboardDataCallbackI instance) Creates aSDL_ClipboardDataCallbackinstance that delegates to the specifiedSDL_ClipboardDataCallbackIinstance.static @Nullable SDL_ClipboardDataCallbackcreateSafe(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
closeMethods inherited from interface org.lwjgl.sdl.SDL_ClipboardDataCallbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aSDL_ClipboardDataCallbackinstance from the specified function pointer.- Returns:
- the new
SDL_ClipboardDataCallback
-
createSafe
-
create
Creates aSDL_ClipboardDataCallbackinstance that delegates to the specifiedSDL_ClipboardDataCallbackIinstance.
-