Module sfml::window [] [src]

Provides OpenGL-based windows, and abstractions for events and input handling.

Reexports

pub use window::window_style::WindowStyle;

Modules

event

Defines a system event and its parameters

joystick

Handle Joysticks

window_style

Available styles applicable to windows.

Structs

Context

Drawing context

ContextSettings

OpenGL context settings

VideoMode

VideoMode defines a video mode (width, height, bpp, frequency)

Window

Window manipulation

Enums

Key

Key codes known to SFML.

MouseButton

Mouse buttons.

Constants

CONTEXT_CORE

Core attribute.

CONTEXT_DEBUG

Debug attribute.

CONTEXT_DEFAULT

Non-debug, compatibility context (this and the core attribute are mutually exclusive).