public abstract class GLFWWindowContentScaleCallback extends org.lwjgl.system.Callback implements GLFWWindowContentScaleCallbackI
SetWindowContentScaleCallback method.
void (*) (
GLFWwindow *window,
float xscale,
float yscale
)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 GLFWWindowContentScaleCallback |
create(GLFWWindowContentScaleCallbackI instance)
Creates a
GLFWWindowContentScaleCallback instance that delegates to the specified GLFWWindowContentScaleCallbackI instance. |
static GLFWWindowContentScaleCallback |
create(long functionPointer)
Creates a
GLFWWindowContentScaleCallback instance from the specified function pointer. |
static GLFWWindowContentScaleCallback |
createSafe(long functionPointer)
|
GLFWWindowContentScaleCallback |
set(long window)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static GLFWWindowContentScaleCallback create(long functionPointer)
GLFWWindowContentScaleCallback instance from the specified function pointer.GLFWWindowContentScaleCallback@Nullable public static GLFWWindowContentScaleCallback createSafe(long functionPointer)
public static GLFWWindowContentScaleCallback create(GLFWWindowContentScaleCallbackI instance)
GLFWWindowContentScaleCallback instance that delegates to the specified GLFWWindowContentScaleCallbackI instance.public GLFWWindowContentScaleCallback set(long window)
Copyright LWJGL. All Rights Reserved. License terms.