Table of Contents

Struct SysWmEvent

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

The sdl sys wm event

public struct SysWmEvent

Inherited Members

Fields

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

Properties

Msg

The msg

public IntPtr Msg { readonly get; set; }

Property Value

IntPtr