Field RootKeyEvent | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Called for new KeyPress events before any processing is performed or views evaluate. Use for global key handling and/or debugging.
Return true to suppress the KeyPress event
public static Func<KeyEvent, bool> RootKeyEvent
Returns
Called for new KeyPress events before any processing is performed or views evaluate. Use for global key handling and/or debugging. Return true to suppress the KeyPress event