Ejemplo n.º 1
0
Archivo: al.go Proyecto: beoran/algo
// Flushes the event queue
func (self *EventQueue) Flush() {
	C.al_flush_event_queue(self.handle)
}
Ejemplo n.º 2
0
func (e *EventQueue) Flush() {
	C.al_flush_event_queue((*C.ALLEGRO_EVENT_QUEUE)(unsafe.Pointer(e)))
}