Table of Contents

Struct WindowEvent

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

The sdl window event

public struct WindowEvent

Inherited Members

Fields

data1

The data

public readonly int data1

Field Value

int

data2

The data

public readonly int data2

Field Value

int

padding1

The padding

private readonly byte padding1

Field Value

byte

padding2

The padding

private readonly byte padding2

Field Value

byte

padding3

The padding

private readonly byte padding3

Field Value

byte

timestamp

The timestamp

public readonly uint timestamp

Field Value

uint

type

The type

public readonly EventType type

Field Value

EventType

windowEvent

The window event

public readonly WindowEventId windowEvent

Field Value

WindowEventId

windowID

The window id

public readonly uint windowID

Field Value

uint