Re: [AD] Last iphone patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Should be better now.
--
Trent Gamblin
On 2010-12-03, at 2:19 PM, Peter Wang wrote:
> The function description seems to suggest that you should call
> al_iphone_program_has_halted and then wait for ALLEGRO_DISPLAY_SWITCH_IN
> in response to ALLEGRO_DISPLAY_CLOSE.
>
> Consider adding al_rest() to the busy wait in
> applicationDidEnterBackground: - the user may be busy with something,
> and the busy wait will only take away more CPU time.
>
> The Function: markers for documentation are missing.
>
> Peter