Rename -[handleNextEvent] -> -[handleEvents].

This commit is contained in:
Jonathan Schleifer 2012-08-26 15:38:49 +02:00
parent b88e005477
commit 0460fc7d5f
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ OF_APPLICATION_DELEGATE(TestMain)
- (void)handleEvents
{
[eventQueue handleNextEvent];
[eventQueue handleEvents];
}
- (void)draw