Esempio n. 1
0
func (g GestureID) c() C.SDL_GestureID {
	return C.SDL_GestureID(g)
}
Esempio n. 2
0
func (id GestureID) c() C.SDL_GestureID {
	return C.SDL_GestureID(id)
}