dcell.key

Key module for dcell containing definitiosn for various key strokes.

Members

Enums

Key
enum Key

Key represents a single, unmodified key stroke. Modifier keys are not considered as Keys.

Modifiers
enum Modifiers

Modifiers are special keys that when combined with other keys change their meaning.

Static variables

keyNames
dstring[Key] keyNames;
Undocumented in source.

Structs

KeyEvent
struct KeyEvent

KeyEvent represents a single pressed key, possibly with modifiers.

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