Android build tool update (#1160)
* Update to latest Android build tools ALooper_pollAll is deprecated * Update to latest Android build tools ALooper_pollAll is deprecated * Update to latest Android build tools Update manifests * Update to latest Android build tools ALooper_pollAll is deprecated * Update build instructions for Android
This commit is contained in:
parent
380ac448ab
commit
a734964b21
100 changed files with 302 additions and 289 deletions
|
|
@ -353,7 +353,7 @@ void VulkanExampleBase::renderLoop()
|
|||
|
||||
focused = true;
|
||||
|
||||
while ((ident = ALooper_pollAll(focused ? 0 : -1, NULL, &events, (void**)&source)) >= 0)
|
||||
while ((ident = ALooper_pollOnce(focused ? 0 : -1, NULL, &events, (void**)&source)) > ALOOPER_POLL_TIMEOUT)
|
||||
{
|
||||
if (source != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue