Package org.lwjgl.sdl
Class SDL_StorageInterfaceMkdirCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.sdl.SDL_StorageInterfaceMkdirCallback
- All Implemented Interfaces:
AutoCloseable,SDL_StorageInterfaceMkdirCallbackI,CallbackI,NativeResource,Pointer
public abstract class SDL_StorageInterfaceMkdirCallback
extends Callback
implements SDL_StorageInterfaceMkdirCallbackI
Callback function:
(* anonymous)-
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_StorageInterfaceMkdirCallbackI
CIF -
Method Summary
Modifier and TypeMethodDescriptioncreate(long functionPointer) Creates aSDL_StorageInterfaceMkdirCallbackinstance from the specified function pointer.create(SDL_StorageInterfaceMkdirCallbackI instance) Creates aSDL_StorageInterfaceMkdirCallbackinstance that delegates to the specifiedSDL_StorageInterfaceMkdirCallbackIinstance.static @Nullable SDL_StorageInterfaceMkdirCallbackcreateSafe(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_StorageInterfaceMkdirCallbackI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aSDL_StorageInterfaceMkdirCallbackinstance from the specified function pointer.- Returns:
- the new
SDL_StorageInterfaceMkdirCallback
-
createSafe
-
create
Creates aSDL_StorageInterfaceMkdirCallbackinstance that delegates to the specifiedSDL_StorageInterfaceMkdirCallbackIinstance.
-