glfw.errors
hxglfw is a haxe/hxcpp wrapper around GLFW
| .. | |
|---|---|
| AlreadyInitializedException | GLFW was already initialized. |
| CursorUnavailableException | The specified cursor shape is not available. |
| Exception | Base exception class of GLFW. |
| FormatUnavailableException | The requested format is not supported or available. |
| GamepadNotConnectedException | The gamepad is not connected exception. |
| InternalException | An internal error happened in the library code. |
| MonitorDisconnectedException | The monitor was disconnected exception. |
| NoMonitorException | Cannot find a monitor exception. |
| NotFullscreenException | Window isn't in fullscreen mode exception. |
| NotInitializedException | GLFW has not been initialized. |
| OutOfMemoryException | A memory allocation failed. |
| PlatformErrorException | A platform-specific error occurred that does not match any of the more specific categories. |
| UseAfterDestroyException | Object was used after being destroyed exception. |