|
@@ -2067,7 +2067,7 @@ const char* _glfwPlatformGetScancodeName(int scancode)
|
|
|
if (scancode < 0 || scancode > (KF_EXTENDED | 0xff) ||
|
|
|
_glfw.win32.keycodes[scancode] == GLFW_KEY_UNKNOWN)
|
|
|
{
|
|
|
- _glfwInputError(GLFW_INVALID_VALUE, "Invalid scancode");
|
|
|
+ _glfwInputError(GLFW_INVALID_VALUE, "Invalid scancode %i", scancode);
|
|
|
return NULL;
|
|
|
}
|
|
|
|