Class GLFWCursorEnterCallback

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

public abstract class GLFWCursorEnterCallback extends org.lwjgl.system.Callback implements GLFWCursorEnterCallbackI
Instances of this class may be passed to the SetCursorEnterCallback method.

Type


 void (*GLFWCursorEnterCallbackI.invoke(long, boolean)) (
     GLFWwindow *window,
     int entered
 )
Since:
version 3.0