Class GLFWCursorEnterCallback

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

public abstract class GLFWCursorEnterCallback extends 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