dsfml.window

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

Modules

context
module dsfml.window.context

A module containing the Context class.

contextsettings
module dsfml.window.contextsettings

A module containing the ContextSettings struct.

event
module dsfml.window.event

A module containing the Event struct and other event structs.

joystick
module dsfml.window.joystick

A module containing the Joystick class.

keyboard
module dsfml.window.keyboard

A module containing the Keyboard class.

mouse
module dsfml.window.mouse

A module containing the Mouse class.

videomode
module dsfml.window.videomode

A module containing the VideoMode Struct

window
module dsfml.window.window
Undocumented in source.
windowhandle
module dsfml.window.windowhandle
Undocumented in source.

Public Imports

dsfml.system
public import dsfml.system;
dsfml.window.context
public import dsfml.window.context;
dsfml.window.contextsettings
public import dsfml.window.contextsettings;
dsfml.window.event
public import dsfml.window.event;
dsfml.window.joystick
public import dsfml.window.joystick;
dsfml.window.keyboard
public import dsfml.window.keyboard;
dsfml.window.mouse
public import dsfml.window.mouse;
dsfml.window.videomode
public import dsfml.window.videomode;
dsfml.window.window
public import dsfml.window.window;
dsfml.window.windowhandle
public import dsfml.window.windowhandle;

Meta