novelate.external

Copyright © Novelate 2020

Modules

core
module novelate.external.core

Copyright © Novelate 2020

Public Imports

novelate.external.core
public import novelate.external.core;
Undocumented in source.

Members

Classes

ExternalFont (from novelate.dsfmlbinding)
class ExternalFont via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalFont

ExternalFont (from novelate.sdlbinding)
class ExternalFont via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalFont

ExternalImage (from novelate.dsfmlbinding)
class ExternalImage via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalImage

ExternalImage (from novelate.sdlbinding)
class ExternalImage via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;
Undocumented in source.
ExternalMusic (from novelate.dsfmlbinding)
class ExternalMusic via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalMusic

ExternalMusic (from novelate.sdlbinding)
class ExternalMusic via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalMusic

ExternalRectangleShape (from novelate.dsfmlbinding)
class ExternalRectangleShape via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalRectangleShape

ExternalRectangleShape (from novelate.sdlbinding)
class ExternalRectangleShape via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalRectangleShape

ExternalText (from novelate.dsfmlbinding)
class ExternalText via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalText

ExternalText (from novelate.sdlbinding)
class ExternalText via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalText

ExternalWindow (from novelate.dsfmlbinding)
class ExternalWindow via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalWindow.

ExternalWindow (from novelate.sdlbinding)
class ExternalWindow via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalWindow.

Functions

fromNative (from novelate.dsfmlbinding)
MouseButton fromNative(Mouse.Button button) via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

Mouse.Button -> MouseButton

fromNative (from novelate.sdlbinding)
ExternalEventType fromNative(SDL_EventType eventType) via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

SDL_EventType -> ExternalEventType

initExternalBinding (from novelate.dsfmlbinding)
void initExternalBinding() via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

Initialization of the external binding.

initExternalBinding (from novelate.sdlbinding)
void initExternalBinding() via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

Initialization of the external binding.

quit (from novelate.dsfmlbinding)
void quit() via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

quit()

quit (from novelate.sdlbinding)
void quit() via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

quit()

toNative (from novelate.dsfmlbinding)
Mouse.Button toNative(MouseButton button) via public import novelate.dsfmlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

MouseButton -> Mouse.Button

toNative (from novelate.sdlbinding)
SDL_EventType toNative(ExternalEventType eventType) via public import novelate.sdlbinding : ExternalWindow, ExternalImage, ExternalText, ExternalRectangleShape, ExternalFont, ExternalMusic, toNative, fromNative, initExternalBinding, quit;

ExternalEventType -> SDL_EventType

Meta

Authors

Jacob Jensen (bausshf) Website: https://novelate.com/

Novelate is a free and open-source visual novel engine and framework written in the D programming language.
It can be used freely for both personal and commercial projects.

Module Description: This module is used for interacing with external bindings. This allows novelate to be used with a various libraries ex. sfml, sdl etc.