// Flushes the event queue func (self *EventQueue) Flush() { C.al_flush_event_queue(self.handle) }
func (e *EventQueue) Flush() { C.al_flush_event_queue((*C.ALLEGRO_EVENT_QUEUE)(unsafe.Pointer(e))) }