Skip to main content
Module

x/sdl_ts/mod.ts>SDL.RWops

SDL TypeScript bindings.
Go to Latest
class SDL.RWops
implements Struct
Re-export
import { SDL } from "https://deno.land/x/sdl_ts@0.0.4/mod.ts";
const { RWops } = SDL;

Properties

readonly
_data: PointerValue<RWops>

Static Properties

IS_OPAQUE: boolean

Static Methods

of(data: PointerValue<RWops>): RWops | null