-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
surface
methods get too much use, move into the API
#53
Comments
Created by: knupel Hi, @benfry what you mean by move |
Created by: benfry @StanLepunK No, the opposite of that. They were left in the |
Created by: knupel @benfry "ouf", like will said french guy like me. But I see there is already method |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: benfry
We've been surprised at how much
frame.setResizable()
andframe.setTitle()
and others are being used, and we should make them into real API.The switch from
frame
tosurface
between 2.x and 3.x was bumpier as a result.Need to clean this up and get better behaviors for all of them:
setSize()
is erratic across rendererssetResizable()
can we make this a one-time operation insettings()
?setTitle()
is often used to output the fps of an app (a terrible idea, but there we are) so needs to happen at any time (or limited tosettings()
to prevent that usage)The text was updated successfully, but these errors were encountered: