Class GLFWErrorCapture
java.lang.Object
com.mojang.blaze3d.GLFWErrorCapture
- All Implemented Interfaces:
Iterable<GLFWErrorCapture.Error>, GLFWErrorCallbackI, CallbackI, Pointer
public class GLFWErrorCapture
extends Object
implements GLFWErrorCallbackI, Iterable<GLFWErrorCapture.Error>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
FieldsFields inherited from interface GLFWErrorCallbackI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GLFWErrorCallbackI
callback, getDescriptorMethods 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 interfaceGLFWErrorCallbackI
-
iterator
- Specified by:
iteratorin interfaceIterable<GLFWErrorCapture.Error>
-
firstError
-