Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sdl_ts/src/SDL/functions.ts>RenderCopy

SDL TypeScript bindings.
Go to Latest
function RenderCopy
import { RenderCopy } from "https://deno.land/x/sdl_ts@v0.0.2/src/SDL/functions.ts";

Parameters

renderer: PointerTo<Renderer>
texture: PointerTo<Texture>
srcrect: PointerTo<Rect> | null
dstrect: PointerTo<Rect> | null