mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +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
|
||||
* @ingroup platform
|
||||
*/
|
||||
const int _glfwPlatformGetKeyScancode(int key);
|
||||
const short int _glfwPlatformGetKeyScancode(int key);
|
||||
|
||||
/*! @copydoc glfwGetMonitors
|
||||
* @ingroup platform
|
||||
|
Loading…
Reference in New Issue
Block a user