Beispiel #1
0
func (t *Timer) Start() {
	C.al_start_timer((*C.ALLEGRO_TIMER)(unsafe.Pointer(t)))
}
Beispiel #2
0
Datei: al.go Projekt: beoran/algo
// Starts the timer.
func (self *Timer) Start() {
	C.al_start_timer(self.handle)
}
Beispiel #3
0
func (t *Timer) Start() {

	C.al_start_timer((*C.ALLEGRO_TIMER)(t))

}