예제 #1
0
func (ctx *RWops) RWsize() int64 {
	_ctx := (*C.SDL_RWops)(unsafe.Pointer(ctx))
	return (int64)(C.RWsize(_ctx))
}
예제 #2
0
파일: rwops.go 프로젝트: JalfResi/go-sdl2
func (ctx *RWops) RWsize() int64 {
	return int64(C.RWsize(ctx.cptr()))
}