Table of Contents

Struct KeyboardEvent

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The sdl keyboard event

public struct KeyboardEvent

Inherited Members

Fields

repeat

The repeat

public readonly byte repeat

Field Value

byte

state

The state

public readonly byte state

Field Value

byte

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

windowID

The window id

public readonly uint windowID

Field Value

uint

Properties

KeySym

The key sym

public KeySym KeySym { readonly get; set; }

Property Value

KeySym