Property Keyboard
Keyboard
Handles keyboard input and key bindings at the Application level.
[Obsolete("The legacy static Application object is going away.")]
public static IKeyboard Keyboard { get; set; }
Property Value
Remarks
Provides access to keyboard state, key bindings, and keyboard event handling. Set during Init(string?).