tida.runtime

A module for connecting to the window manager and also loading the necessary libraries, everything that does runtime, to which other objects can access the necessary objects.

runtime Gives access to runtime. Before that, you need to initialize the runtime with the function if it has not been initialized earlier.

The easiest way to initialize:

void main(string[] args) {
    TidaRuntime.initialize(args);
    ...
}

Members

Aliases

LibraryUnite
alias LibraryUnite = int
Undocumented in source.

Classes

TidaRuntime
class TidaRuntime

The interface of interaction between the program and the window manager.

TidaRuntime
class TidaRuntime
Undocumented in source.

Enums

OpenAL
anonymousenum OpenAL
Undocumented in source.

Interfaces

ITidaRuntime
interface ITidaRuntime

The interface of interaction between the program and the window manager.

Manifest constants

AllLibrary
enum AllLibrary;
Undocumented in source.
WithoutLibrary
enum WithoutLibrary;
Undocumented in source.

Properties

runtime
TidaRuntime runtime [@property getter]

Global access to runtime. An object can be called from anywhere, but cannot be replaced.

Static variables

_runtimeObject
TidaRuntime _runtimeObject;
Undocumented in source.

Meta

Authors

License