Wish: rename scancode → native_key in glfw codebase
This commit is contained in:
3
glfw/internal.h
vendored
3
glfw/internal.h
vendored
@@ -640,7 +640,8 @@ int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, GLFWCursorShape shape
|
||||
void _glfwPlatformDestroyCursor(_GLFWcursor* cursor);
|
||||
void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor);
|
||||
|
||||
const char* _glfwPlatformGetScancodeName(int scancode);
|
||||
// FIXME: s/Scancode/NativeKey ?
|
||||
const char* _glfwPlatformGetScancodeName(int native_key);
|
||||
int _glfwPlatformGetKeyScancode(int key);
|
||||
|
||||
void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor);
|
||||
|
||||
Reference in New Issue
Block a user