Why ClosureError class is not enlisted in lwjgl documentation

Started by iamcreasy, December 28, 2018, 02:53:16

Previous topic - Next topic

iamcreasy

This lwjgl tutorial was talking about ClosureError, and I wanted to see the body of the class.

But I can't seem to find it in this page: https://javadoc.lwjgl.org/allclasses-noframe.html

I was wondering why the class in not listed there?

I looked up the class on github, and found out that the class do exists.



spasi

ClosureError was removed before LWJGL 3.0.0 was released. That tutorial must be updated. For up-to-date example code, see the LWJGL samples or the LWJGL demos.