class Espresso::PlatformError

Overview

Error indicating that GLFW had a problem running on the current system/platform. This can be due to multiple things:

Defined in:

espresso/errors/platform_error.cr

Instance Method Summary

Instance methods inherited from class Espresso::GLFWError

code : LibGLFW::ErrorCode code

Instance Method Detail

def code : LibGLFW::ErrorCode #

Underlying value that represents the error type.


[View source]