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
timestamp
The timestamp
public uint timestamp
Field Value
type
The type
public uint type
Field Value
windowID
The window id
public uint windowID
Field Value
Properties
Data1
The data
public IntPtr Data1 { readonly get; set; }
Property Value
Data2
The data
public IntPtr Data2 { readonly get; set; }