Skip to main content
Module

x/sdl_ts/src/SDL/types.ts>RWMode

SDL TypeScript bindings.
Latest
type alias RWMode
import { type RWMode } from "https://deno.land/x/sdl_ts@0.0.6/src/SDL/types.ts";
definition:
| "a"
| "a+"
| "r"
| "r+"
| "w"
| "w+"
| "ab"
| "ab+"
| "rb"
| "rb+"
| "wb"
| "wb+"