Re: [AD] Exorcising END_OF_MAIN for Allegro 5 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Exorcising END_OF_MAIN for Allegro 5
- From: "Peter Hull" <peterhull90@xxxxxxxxxx>
- Date: Mon, 14 Jul 2008 08:55:32 +0100
On 7/14/08, Thomas Fjellstrom <tfjellstrom@xxxxxxxxxx> wrote:
> So we aren't making people use the new event system? that would be the optimal
> place to handle OS events...
We are making people use it in the sense that there's no alternative
but AFAIK they're not obliged to check events regularly - say during a
long calculation or a cut-scene, on OSX the app will start to pinwheel
if it doesn't respond to its events.
Pete