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