mirror of
https://github.com/glfw/glfw.git
synced 2026-01-11 15:23:17 +01:00
Select mapping platform name at runtime
This is done in preparation for runtime platform selection.
This commit is contained in:
@@ -47,6 +47,11 @@ int _glfwPlatformPollJoystick(_GLFWjoystick* js, int mode)
|
||||
return GLFW_FALSE;
|
||||
}
|
||||
|
||||
const char* _glfwPlatformGetMappingName(void)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
void _glfwPlatformUpdateGamepadGUID(char* guid)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user