Rename -[handleNextEvent] -> -[handleEvents].
This commit is contained in:
parent
b88e005477
commit
0460fc7d5f
3 changed files with 3 additions and 3 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
@property (unsafe_unretained) id <OGKEventQueueDelegate> delegate;
|
||||
|
||||
- (void)handleNextEvent;
|
||||
- (void)handleEvents;
|
||||
- (void)registerDisplay: (OGKDisplay*)display;
|
||||
- (void)unregisterDisplay: (OGKDisplay*)display;
|
||||
- (void)registerKeyboard;
|
||||
|
|
|
@ -53,7 +53,7 @@ static int mouse_retain_count = 0;
|
|||
al_destroy_event_queue(eventQueue);
|
||||
}
|
||||
|
||||
- (void)handleNextEvent
|
||||
- (void)handleEvents
|
||||
{
|
||||
OGKEvent *event = [[OGKEvent alloc] init];
|
||||
ALLEGRO_EVENT *allegroEvent = [event OGK_allegroEvent];
|
||||
|
|
Reference in a new issue