mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[upstream_utils] Update to SDL joystick mappings from 1-19-2026 (#8593)
Fixes #8103
This commit is contained in:
2147
thirdparty/imgui_suite/glfw/src/mappings.h
vendored
2147
thirdparty/imgui_suite/glfw/src/mappings.h
vendored
File diff suppressed because it is too large
Load Diff
@@ -58,6 +58,11 @@
|
||||
//
|
||||
// 3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wpedantic"
|
||||
#endif
|
||||
|
||||
const char* _glfwDefaultMappings[] =
|
||||
{
|
||||
#if defined(GLFW_BUILD_WIN32_MAPPINGS)
|
||||
@@ -80,3 +85,6 @@ const char* _glfwDefaultMappings[] =
|
||||
#endif // GLFW_BUILD_LINUX_MAPPINGS
|
||||
};
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user