Пример #1
0
Файл: al.go Проект: beoran/algo
// Flushes the event queue
func (self *EventQueue) Flush() {
	C.al_flush_event_queue(self.handle)
}
Пример #2
0
func (e *EventQueue) Flush() {
	C.al_flush_event_queue((*C.ALLEGRO_EVENT_QUEUE)(unsafe.Pointer(e)))
}