public abstract class GLFWDropCallback extends org.lwjgl.system.Callback implements GLFWDropCallbackI
SetDropCallback method.
void (*) (
GLFWwindow *window,
int count,
char const **names
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static GLFWDropCallback |
create(GLFWDropCallbackI instance)
Creates a
GLFWDropCallback instance that delegates to the specified GLFWDropCallbackI instance. |
static GLFWDropCallback |
create(long functionPointer)
Creates a
GLFWDropCallback instance from the specified function pointer. |
static GLFWDropCallback |
createSafe(long functionPointer)
|
static java.lang.String |
getName(long names,
int index)
Decodes the specified
GLFWDropCallback arguments to a String. |
GLFWDropCallback |
set(long window)
See
SetDropCallback. |
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static GLFWDropCallback create(long functionPointer)
GLFWDropCallback instance from the specified function pointer.GLFWDropCallback@Nullable public static GLFWDropCallback createSafe(long functionPointer)
public static GLFWDropCallback create(GLFWDropCallbackI instance)
GLFWDropCallback instance that delegates to the specified GLFWDropCallbackI instance.public static java.lang.String getName(long names,
int index)
GLFWDropCallback arguments to a String.
This method may only be used inside a GLFWDropCallback invocation.
names - pointer to the array of UTF-8 encoded path names of the dropped filesindex - the index to decodepublic GLFWDropCallback set(long window)
SetDropCallback.Copyright LWJGL. All Rights Reserved. License terms.