Struct SDL.SDL_UserEvent
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public struct SDL_UserEvent
Fields
| Improve this Doc View Sourcecode
Declaration
public int code
Field Value
| Type | Description |
|---|---|
| System.Int32 |
data1
Declaration
public IntPtr data1
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
data2
Declaration
public IntPtr data2
Field Value
| Type | Description |
|---|---|
| System.IntPtr |
timestamp
Declaration
public uint timestamp
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
type
Declaration
public uint type
Field Value
| Type | Description |
|---|---|
| System.UInt32 |
windowID
Declaration
public uint windowID
Field Value
| Type | Description |
|---|---|
| System.UInt32 |