Struct SDL.SDL_Keysym
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_Keysym
Fields
| Improve this Doc View Sourcemod
Declaration
public SDL.SDL_Keymod mod
Field Value
| Type | Description |
|---|---|
| SDL.SDL_Keymod |
scancode
Declaration
public SDL.SDL_Scancode scancode
Field Value
| Type | Description |
|---|---|
| SDL.SDL_Scancode |
sym
Declaration
public SDL.SDL_Keycode sym
Field Value
| Type | Description |
|---|---|
| SDL.SDL_Keycode |
unicode
Declaration
public uint unicode
Field Value
| Type | Description |
|---|---|
| System.UInt32 |