Renamed _glfwInputError and moved to event API.

This commit is contained in:
Camilla Berglund
2012-12-31 21:05:28 +01:00
parent 21f41a2bb7
commit 1790194828
29 changed files with 271 additions and 271 deletions
+2 -2
View File
@@ -97,10 +97,10 @@ static const char* getErrorString(int error)
//////////////////////////////////////////////////////////////////////////
//========================================================================
// Sets the current error value
// Register error
//========================================================================
void _glfwSetError(int error, const char* format, ...)
void _glfwInputError(int error, const char* format, ...)
{
if (_glfwErrorCallback)
{