abstract class Espresso::GLFWError

Overview

Base class for all possible GLFW errors.

Direct Known Subclasses

Defined in:

espresso/errors/glfw_error.cr

Instance Method Summary

Instance Method Detail

abstract def code : LibGLFW::ErrorCode #

Underlying value that represents the error type.


[View source]