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