Class GLFWWindowContentScaleCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.glfw.GLFWWindowContentScaleCallback
All Implemented Interfaces:
AutoCloseable, GLFWWindowContentScaleCallbackI, org.lwjgl.system.CallbackI, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public abstract class GLFWWindowContentScaleCallback extends org.lwjgl.system.Callback implements GLFWWindowContentScaleCallbackI
Instances of this class may be passed to the SetWindowContentScaleCallback method.

Type


 void (*GLFWWindowContentScaleCallbackI.invoke(long, float, float)) (
     GLFWwindow *window,
     float xscale,
     float yscale
 )
Since:
version 3.3