Class GLFWErrorCapture
java.lang.Object
com.mojang.blaze3d.GLFWErrorCapture
- All Implemented Interfaces:
Iterable<GLFWErrorCapture.Error>, org.lwjgl.glfw.GLFWErrorCallbackI, org.lwjgl.system.CallbackI, org.lwjgl.system.Pointer
public class GLFWErrorCapture
extends Object
implements org.lwjgl.glfw.GLFWErrorCallbackI, Iterable<GLFWErrorCapture.Error>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsFields inherited from interface org.lwjgl.glfw.GLFWErrorCallbackI
CIFFields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable GLFWErrorCapture.Errorvoidinvoke(int error, long description) iterator()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lwjgl.system.CallbackI
addressMethods inherited from interface org.lwjgl.glfw.GLFWErrorCallbackI
callback, getCallInterfaceMethods inherited from interface Iterable
forEach, spliterator
-
Field Details
-
errors
-
-
Constructor Details
-
GLFWErrorCapture
public GLFWErrorCapture()
-
-
Method Details
-
invoke
public void invoke(int error, long description) - Specified by:
invokein interfaceorg.lwjgl.glfw.GLFWErrorCallbackI
-
iterator
- Specified by:
iteratorin interfaceIterable<GLFWErrorCapture.Error>
-
firstError
-