Struct UserEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl user event
public struct UserEventInherited Members
Fields
code
The code
public int codeField Value
timestamp
The timestamp
public uint timestampField Value
type
The type
public uint typeField Value
windowID
The window id
public uint windowIDField Value
Properties
Data1
The data
public IntPtr Data1 { readonly get; set; }Property Value
Data2
The data
public IntPtr Data2 { readonly get; set; }