dlangui.platforms.common.platform

DLANGUI library.

This module contains common Plaform definitions.

Platform is abstraction layer for application.

More...

Public Imports

dlangui.core.events
public import dlangui.core.events;
Undocumented in source.

Members

Classes

Platform
class Platform
Undocumented in source.
Window
class Window
Undocumented in source.

Functions

setOpenglEnabled
void setOpenglEnabled()

call on app initialization if OpenGL support is detected

Mixin templates

APP_ENTRY_POINT
mixintemplate APP_ENTRY_POINT()

put "mixin APP_ENTRY_POINT;" to main module of your dlangui based app

Properties

openglEnabled
bool openglEnabled [@property getter]

check if hardware acceleration is enabled

Detailed Description

Synopsis:

import dlangui.platforms.common.platform;

Meta