Interface IGLFWDropFun

All Superinterfaces:
Callback
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IGLFWDropFun extends Callback
IGLFWDropFun relies on preview features of the Java platform:
Programs can only use IGLFWDropFun when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
This is the function pointer type for path drop callbacks. A path drop callback function has the following signature:
@Invoker(IGLFWDropFun::invoke)
void functionName(MemorySegment window, String[] paths);

Pointer lifetime

The path array and its strings are valid until the callback function returns.
Since:
0.1.0
Author:
squid233
See Also: