Module: SDL2::FLIP

Includes:
EnumerableConstants
Defined in:
lib/sdl2/render.rb

Overview

Constants for #render_copy_ex

Constant Summary collapse

NONE =
0x00000000
HORIZONTAL =
0x00000001
VERTICAL =
0x00000002
BOTH =
HORIZONTAL | VERTICAL

Method Summary

Methods included from EnumerableConstants

included