Commit graph

5 commits

Author SHA1 Message Date
0dca20000d Add OGKCharacterTypedEvent. 2012-08-28 22:00:01 +02:00
0460fc7d5f Rename -[handleNextEvent] -> -[handleEvents]. 2012-08-26 15:42:00 +02:00
f32ef7ee28 Only call al_*_destroy if Allegro is initialized.
Otherwise, it would crash if al_uinstall_system() has already been
called. Handling it this way eliminates the need to dealloc all objects
before calling al_uninstall_system(), which meant that it was the users
repsonsibility to call al_uninstall_system() after the user made sure
all objects are deallocated. Now the user does not get to see any
al_*() function.
2012-08-26 14:17:53 +02:00
b72b6c8ac7 Pass the display on events. 2012-08-20 03:18:05 +02:00
7953872267 Initial import. 2012-08-19 23:53:47 +02:00