Esempio n. 1
0
func (t *Timer) Stop() {
	C.al_stop_timer((*C.ALLEGRO_TIMER)(unsafe.Pointer(t)))
}
Esempio n. 2
0
File: al.go Progetto: beoran/algo
// Stops the timer.
func (self *Timer) Stop() {
	C.al_stop_timer(self.handle)
}
Esempio n. 3
0
func (t *Timer) Stop() {

	C.al_stop_timer((*C.ALLEGRO_TIMER)(t))

}