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

Android backend #130

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Android backend #130

wants to merge 5 commits into from

Commits on Nov 8, 2023

  1. examples/winit: Implement proper Event::Resumed semantics

    On Android the backing buffer (`NativeWindow`) disappears when the
    application is not focussed and/or the screen is locked.  Winit handles
    this by requiring apps to create their `raw_window_handle()` consumers
    _after_ `Event::Resumed` and to clean it up _before_ returning from
    `Event::Suspended`.  For consistency Winit also sends `Resumed` on all
    other platforms during init.
    MarijnS95 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6b0083a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9a6650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f5f332 View commit details
    Browse the repository at this point in the history
  4. Initial Android backend

    MarijnS95 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6a30809 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    2c40bc2 View commit details
    Browse the repository at this point in the history