Interface IControl
- Namespace
- ItTiger.TigerCli.Tui.Abstractions
- Assembly
- ItTiger.TigerCli.dll
Basic modal-control contract used by dialog hosts that dispatch keyboard input to renderable UI.
public interface IControl
Methods
HandleKey(KeyEvent)
Handles a key event. Returns
true when the control consumed the key and the host should
not apply fallback handling.bool HandleKey(KeyEvent key)
Parameters
keyKeyEvent