Class GLFWDropCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.glfw.GLFWDropCallback
- All Implemented Interfaces:
AutoCloseable, GLFWDropCallbackI, CallbackI, NativeResource, Pointer
Callback function:
GLFWdropfun-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface GLFWDropCallbackI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic GLFWDropCallbackcreate(long functionPointer) Creates aGLFWDropCallbackinstance from the specified function pointer.static GLFWDropCallbackcreate(GLFWDropCallbackI instance) Creates aGLFWDropCallbackinstance that delegates to the specifiedGLFWDropCallbackIinstance.static @Nullable GLFWDropCallbackcreateSafe(long functionPointer) static StringgetName(long names, int index) Decodes the specifiedGLFWDropCallbackarguments to a String.set(long window) SeeSetDropCallback.Methods inherited from interface GLFWDropCallbackI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates aGLFWDropCallbackinstance from the specified function pointer.- Returns:
- the new
GLFWDropCallback
-
createSafe
-
create
Creates aGLFWDropCallbackinstance that delegates to the specifiedGLFWDropCallbackIinstance. -
getName
Decodes the specifiedGLFWDropCallbackarguments to a String.This method may only be used inside a
GLFWDropCallbackinvocation.- Parameters:
names- pointer to the array of UTF-8 encoded path names of the dropped filesindex- the index to decode- Returns:
- the name at the specified index as a String
-
set
SeeSetDropCallback.
-