dcell.screen

Screen module for dcell provides the common interface for different implementations of KVM type devices.

Public Imports

dcell.cell
public import dcell.cell;
Undocumented in source.
dcell.cursor
public import dcell.cursor;
Undocumented in source.
dcell.key
public import dcell.key;
Undocumented in source.
dcell.event
public import dcell.event;
Undocumented in source.
dcell.mouse
public import dcell.mouse;
Undocumented in source.

Members

Interfaces

Screen
interface Screen

Screen is implemented by different platforms to provide a common interface for building text best full-screen user interfaces.

Meta

Authors

Garrett D'Amore

License

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE or https://www.boost.org/LICENSE_1_0.txt) SPDX-License-Identifier: BSL-1.0