Skip to content
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

Implement swap interval for android #81

Closed
tomaka opened this issue Oct 27, 2014 · 2 comments
Closed

Implement swap interval for android #81

tomaka opened this issue Oct 27, 2014 · 2 comments

Comments

@tomaka
Copy link
Contributor

tomaka commented Oct 27, 2014

No description provided.

jdm pushed a commit to jdm/glutin that referenced this issue Apr 6, 2016
Merge with upstream

This gets us gl_generator 0.5 which gets rid of a bunch of warnings.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/glutin/81)
<!-- Reviewable:end -->
tomaka added a commit that referenced this issue Aug 29, 2017
Add MouseEntered/MouseLeft for Windows, X11, Wayland, & Cocoa
@dvc94ch
Copy link
Member

dvc94ch commented Feb 2, 2020

@tomaka can you elaborate on what you mean with this? is it related to rust-windowing/winit@2a39730?

@goddessfreya
Copy link
Contributor

@dvc94ch

Back in October 2014, vsync on Android was not a thing, see: https://github.com/rust-windowing/glutin/blob/118b7d32b4edc7c961f93e1c841d6aca04dee550/src/android/mod.rs
It was possible to set the swap interval to 1 on windows, see:

if builder_vsync {
.

#1271 expands the api to allow setting the swap interval to values other than 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants