-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Expose OS accessibility preferences? #11636
Comments
I think most platforms can't offer this information, but if you want to play around with it, I think it'd be cool to offer it in the API. |
I was curious about the feasability of this, and so far, I've found the following:
I'll try to come up with a first implementation after the system tray PR will be done. |
Linux also has SDL/src/core/linux/SDL_system_theme.c Lines 29 to 37 in 313d522
|
There exists
SDL_GetSystemTheme
for light/dark theme; would it be good to add similar options for some accessibility settings? Some ideas based on what my OS provides: Reduced motion; high contrast; shape-based replacement for color coding (for colorblind users); preferred text/cursor scaling.I'm suggesting this to discuss whether such features would be within the scope of SDL, but also whether those things are reasonably implementable across platforms.
The text was updated successfully, but these errors were encountered: