Struct DropEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl drop event
public struct DropEventInherited Members
Fields
timestamp
The timestamp
public readonly uint timestampField Value
type
The type
public readonly EventType typeField Value
windowID
The window id
public readonly uint windowIDField Value
Properties
File
The file
public IntPtr File { readonly get; set; }