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

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

}