w4d.task.window

+ Authors: KanzakiKino + Copyright: KanzakiKino 2018 + License: LGPL-3.0

Members

Aliases

Key
alias Key = g4d.Key
KeyState
alias KeyState = g4d.KeyState
MouseButton
alias MouseButton = g4d.MouseButton
WindowHint
alias WindowHint = g4d.WindowHint

Classes

Shaders
class Shaders

A struct of shader collection. One Shaders class is for only one Window.

Window
class Window

A window to place widgets.

Interfaces

WindowContent
interface WindowContent

An interface that objects placed in Window must inherit. Some handlers return true if event was handled.

Meta