Table of Contents

Struct UserEvent

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

The sdl user event

public struct UserEvent

Inherited Members

Fields

code

The code

public int code

Field Value

int

timestamp

The timestamp

public uint timestamp

Field Value

uint

type

The type

public uint type

Field Value

uint

windowID

The window id

public uint windowID

Field Value

uint

Properties

Data1

The data

public IntPtr Data1 { readonly get; set; }

Property Value

IntPtr

Data2

The data

public IntPtr Data2 { readonly get; set; }

Property Value

IntPtr