ae.ui.shell.sdl2.shell

ae.ui.shell.sdl2.shell

Public Imports

ae.ui.shell.events
public import ae.ui.shell.events;
Undocumented in source.

Members

Classes

SDL2Shell
class SDL2Shell

Shell implementation using SDL2.

SdlException
class SdlException
sdlEnforce
T sdlEnforce(T result, string message)

Wraps SDL library errors.

Functions

Variables

sdlKeys
Key[SDL_NUM_SCANCODES] sdlKeys;

Translation table from SDL key indices to Key.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <ae@cy.md>