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
type
The type
public readonly EventType type
Field Value
windowID
The window id
public readonly uint windowID
Field Value
Properties
File
The file
public IntPtr File { readonly get; set; }