Table of Contents

Struct KeyEvent

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll
public struct KeyEvent
Inherited Members

Constructors

KeyEvent(Key, bool, ModifierKeys)

public KeyEvent(Key key, bool down, ModifierKeys modifiers)

Parameters

key Key
down bool
modifiers ModifierKeys

KeyEvent(Key, bool, ModifierKeys, bool)

public KeyEvent(Key key, bool down, ModifierKeys modifiers, bool repeat)

Parameters

key Key
down bool
modifiers ModifierKeys
repeat bool

Properties

Down

public readonly bool Down { get; }

Property Value

bool

Key

public readonly Key Key { get; }

Property Value

Key

Modifiers

public readonly ModifierKeys Modifiers { get; }

Property Value

ModifierKeys

Repeat

public readonly bool Repeat { get; }

Property Value

bool

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.