We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now it returns an i32 when the only valid values are 1, 0, and -1, all of which have specific discrete meanings.
i32
Naturally, Video::gl_set_swap_interval() should also use this enum.
Also it'd be nice if "vsync" were mentioned in the docs near it so you could ever find it. Grrrr SDL2.
Will throw together a PR when I get a chance.
The text was updated successfully, but these errors were encountered:
Closed by #684
Sorry, something went wrong.
No branches or pull requests
Right now it returns an
i32
when the only valid values are 1, 0, and -1, all of which have specific discrete meanings.Naturally, Video::gl_set_swap_interval() should also use this enum.
Also it'd be nice if "vsync" were mentioned in the docs near it so you could ever find it. Grrrr SDL2.
Will throw together a PR when I get a chance.
The text was updated successfully, but these errors were encountered: