glfm
glfm copied to clipboard
ALooper_pollAll is gone in NDK 27 use ALooper_pollOnce instead
ALooper_pollAll
is gone in NDK 27.
This PR changes the code to use ALooper_pollOnce
. See https://github.com/android/ndk/discussions/2020 for more context.