mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
imgui: migrate to new event-based IO (#604)
## Link to GitHub Issue or related Pull Request, if one exists #287 ## Description of change Switch over to new event-based I/O system in ImGui so that we can keep up with ImGui updates. Unlike #287, this change does not modify how mouse position is handled. That continues to be supported by newer versions of ImGui. ## Testing wip
This commit is contained in:
@@ -980,7 +980,7 @@ int main_implementation(int argc, char *argv[]) {
|
||||
// do not explicitly set GRAPHICS_9_ON_12_STATE to default here; must respect
|
||||
// legacy Graphics9On12 option from above if set
|
||||
}
|
||||
if (options[launcher::Options::NoLegacy].value_bool() && !cfg::CONFIGURATOR_STANDALONE) {
|
||||
if (options[launcher::Options::NoLegacy].value_bool() && !cfg_run) {
|
||||
rawinput::NOLEGACY = true;
|
||||
}
|
||||
if (options[launcher::Options::RichPresence].value_bool()) {
|
||||
|
||||
Reference in New Issue
Block a user