Struct SysWmEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl sys wm event
public struct SysWmEvent
Inherited Members
Fields
timestamp
The timestamp
public readonly uint timestamp
Field Value
type
The type
public readonly EventType type
Field Value
Properties
Msg
The msg
public IntPtr Msg { readonly get; set; }