Table of Contents

Struct DropEvent

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

The sdl drop event

public struct DropEvent

Inherited Members

Fields

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

File

The file

public IntPtr File { readonly get; set; }

Property Value

IntPtr