Module: SFML::C::Window::ContextAttribute

Defined in:
lib/sfml/c/window.rb

Overview

Context attribute bitmask values — match SFML’s enum.

Constant Summary collapse

DEFAULT =
0
CORE =
1 << 0
DEBUG =
1 << 2