Exemple #1
0
func (t *Timer) Stop() {
	C.al_stop_timer((*C.ALLEGRO_TIMER)(unsafe.Pointer(t)))
}
Exemple #2
0
// Stops the timer.
func (self *Timer) Stop() {
	C.al_stop_timer(self.handle)
}
Exemple #3
0
func (t *Timer) Stop() {

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

}