コード例 #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)
}