func (g GestureID) c() C.SDL_GestureID { return C.SDL_GestureID(g) }
func (id GestureID) c() C.SDL_GestureID { return C.SDL_GestureID(id) }