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

Build fixes for Android windowing code #3925

Merged
merged 1 commit into from Nov 8, 2014
Merged

Commits on Nov 7, 2014

  1. Build fixes for Android windowing code

    This begins porting the Android event loop to work with the inverted flow
    control from #3761.  Unfortunately, GLUT does not give us enough control over
    the event loop to really make this work, so this will build but it may not run
    properly.  Our current plan is to get rid of GLUT and switch to Glutin in the
    near future.
    
    r? @pcwalton
    mbrubeck committed Nov 7, 2014
You can’t perform that action at this time.