Skip to main content
Module

x/sdl_ts/mod.ts>SDL.RendererFlip

SDL TypeScript bindings.
Go to Latest
enum SDL.RendererFlip
Re-export
import { SDL } from "https://deno.land/x/sdl_ts@0.0.3/mod.ts";
const { RendererFlip } = SDL;

Members

HORIZONTAL = 1
NONE = 0
VERTICAL = 2