-
Notifications
You must be signed in to change notification settings - Fork 20
SDL3 + Multi mouse keyboard #194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3815 out of 3835 changed files in this pull request and generated no comments.
Files not reviewed (20)
- Data/Base.rte/GUIs/SettingsGUI.ini: Language not supported
- Data/Base.rte/GUIs/SettingsPauseGUI.ini: Language not supported
- Source/Entities/Activity.cpp: Language not supported
- Source/GUI/GUIControlManager.cpp: Language not supported
- Source/GUI/GUIControlManager.h: Language not supported
- Source/GUI/GUIInput.cpp: Language not supported
- Source/GUI/GUIInput.h: Language not supported
- Source/GUI/GUIUtil.cpp: Language not supported
- Source/GUI/Wrappers/GUIInputWrapper.cpp: Language not supported
- Source/GUI/Wrappers/GUIInputWrapper.h: Language not supported
- Source/Lua/LuaBindingRegisterDefinitions.h: Language not supported
- Source/Lua/LuaBindingsInput.cpp: Language not supported
- Source/Main.cpp: Language not supported
- Source/Managers/ActivityMan.cpp: Language not supported
- Source/Managers/FrameMan.cpp: Language not supported
- Source/Managers/LuaMan.cpp: Language not supported
- Source/Managers/UInputMan.h: Language not supported
- Source/Managers/WindowMan.cpp: Language not supported
- Source/Managers/WindowMan.h: Language not supported
- Source/Menus/ScenarioActivityConfigGUI.cpp: Language not supported
NOTE: This bumps the minimum supported verision of macOS to 11.1 (BigSur)
FIXME: Compile imgui separately instead
Lotta stuff here, but looks great to me. I'll get this merged in- there's a lot of code here so I'd prefer to have it tested in the dev build than have it linger here and suffer merge conflicts later. |
Adds multi mouse and keyboard support and updates to SDL3.2.8 window+input mgmt.
Drops macOS 10.15 support, since SDL3 is not available.
Todo: