ultralight

Modules

enums
module ultralight.enums

Public Imports

ultralight.enums
public import ultralight.enums;
Undocumented in source.

Members

Classes

Bitmap
class Bitmap
GamepadEvent
class GamepadEvent
KeyEvent
class KeyEvent
MouseEvent
class MouseEvent
Platform
class Platform

Global platform singleton, manages user-defined platform handlers.

Renderer
class Renderer
ScrollEvent
class ScrollEvent
Session
class Session
String
class String
Surface
class Surface
View
class View

View is a web-page container rendered to an offscreen surface that you display yourself.

Functions

toString
string toString(ULString str)

Convert an unmanaged Ultralight string directly to a managed string. Remarks: This makes a copy of the unmanaged string.

toUlString
String toUlString(string str)

Convert a string to an Ultralight String.

versionMajor
uint versionMajor()

Get the numeric major version of the library.

versionMinor
uint versionMinor()

Get the numeric minor version of the library.

versionPatch
uint versionPatch()

Get the numeric patch version of the library.

version_
string version_()

Get the version string of the library in MAJOR.MINOR.PATCH format.

webKitVersion
string webKitVersion()

Get the full WebKit version string.

Static variables

config
Config config;

Global configuration singleton, manages user-defined configuration.

Structs

Config
struct Config

Meta