Common SDL3 stringToClipboard, bring Linux mouse control in line with Windows - #747
Merged
Merged
Conversation
mcarans
requested review from
AnotherCommander,
Kaks,
KonstantinosSykas,
dsalt,
ericwalch,
jobi-wan,
kanthoney,
mwerle,
oocube and
phkb
as code owners
September 20, 2026 02:10
Contributor
Author
|
@phkb Only change for Windows is SDL3 stringToClipboard used when you go to OXP Manager, choose and OXP and press i to get the info page: the url is copied to your clipboard. Please check that works for you. @oocube Linux also does the OXP url copying above. Please also check mouse control works for you and mouse is grabbed in window (windowed not full screen) |
… (SDL_SetWindowRelativeMouseMode does not)
mcarans
force-pushed
the
more_common_functions
branch
from
September 20, 2026 04:17
b86827b to
fccf1c2
Compare
Contributor
Author
|
@oocube Please confirm works ok for you. |
Contributor
Author
|
@phkb @LW-archlinux @oocube As per this request, I made it so the OXP URL is only copied when pressing lowercase c in the OXP list or info screens on both Windows and Linux. |
phkb
requested changes
Sep 23, 2026
Contributor
Author
|
@phkb I've made requested changes |
phkb
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Info page of OXP copies url using stringToClipboard - that now is an SDL3 version used by both Windows and Linux (new function for Linux)
Make Linux mouse control same as Windows
Linux calls common isRunningOnPrimaryDisplayDevice function