mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Added error management from pre-3.0 branch.
This commit is contained in:
@@ -231,6 +231,9 @@ GLFWGLOBAL _GLFWlibrary _glfwLibrary;
|
||||
int _glfwPlatformInit(void);
|
||||
int _glfwPlatformTerminate(void);
|
||||
|
||||
// Error handling
|
||||
void _glfwSetError(int error);
|
||||
|
||||
// Enable/Disable
|
||||
void _glfwPlatformEnableSystemKeys(_GLFWwindow* window);
|
||||
void _glfwPlatformDisableSystemKeys(_GLFWwindow* window);
|
||||
|
||||
Reference in New Issue
Block a user