Fixed return int to short int for _glfwPlatformGetKeyScancode

This commit is contained in:
Michael Stocker 2016-08-11 19:51:31 +02:00
parent aebafd222c
commit 08b8af94a7

View File

@ -546,7 +546,7 @@ const char* _glfwPlatformGetKeyName(int key, int scancode);
/*! @copydoc glfwGetKeyScancode
* @ingroup platform
*/
const int _glfwPlatformGetKeyScancode(int key);
const short int _glfwPlatformGetKeyScancode(int key);
/*! @copydoc glfwGetMonitors
* @ingroup platform