mirror of
https://github.com/glfw/glfw.git
synced 2025-10-05 06:06:36 +00:00
Fixed return int
to short int
for _glfwPlatformGetKeyScancode
This commit is contained in:
parent
aebafd222c
commit
08b8af94a7
@ -546,7 +546,7 @@ const char* _glfwPlatformGetKeyName(int key, int scancode);
|
|||||||
/*! @copydoc glfwGetKeyScancode
|
/*! @copydoc glfwGetKeyScancode
|
||||||
* @ingroup platform
|
* @ingroup platform
|
||||||
*/
|
*/
|
||||||
const int _glfwPlatformGetKeyScancode(int key);
|
const short int _glfwPlatformGetKeyScancode(int key);
|
||||||
|
|
||||||
/*! @copydoc glfwGetMonitors
|
/*! @copydoc glfwGetMonitors
|
||||||
* @ingroup platform
|
* @ingroup platform
|
||||||
|
Loading…
Reference in New Issue
Block a user