Table of Contents

Struct KeySym

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

The sdl key sym

public struct KeySym

Inherited Members

Fields

mod

The mod

public KeyMods mod

Field Value

KeyMods

scancode

The scancode

public SdlScancode scancode

Field Value

SdlScancode

sym

The sym

public KeyCodes sym

Field Value

KeyCodes

unicode

The unicode

public uint unicode

Field Value

uint