예제 #1
0
파일: gesture.go 프로젝트: emlai/go-sdl2
func (g GestureID) c() C.SDL_GestureID {
	return C.SDL_GestureID(g)
}
예제 #2
0
파일: gesture.go 프로젝트: willemvds/sdl
func (id GestureID) c() C.SDL_GestureID {
	return C.SDL_GestureID(id)
}