Struct KeyboardEvent
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl keyboard event
public struct KeyboardEvent
Inherited Members
Fields
repeat
The repeat
public readonly byte repeat
Field Value
state
The state
public readonly byte state
Field Value
timestamp
The timestamp
public readonly uint timestamp
Field Value
type
The type
public readonly EventType type
Field Value
windowID
The window id
public readonly uint windowID
Field Value
Properties
KeySym
The key sym
public KeySym KeySym { readonly get; set; }