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;

ExternalFont

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

ExternalImage

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

ExternalMusic

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

ExternalRectangleShape

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

ExternalText

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

ExternalWindow.

Functions

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

Mouse.Button -> MouseButton

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

MouseButton -> Mouse.Button

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.