Enum FocusBehavior
How the console handles becoming focused and added to the FocusedScreenObjects collection.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum FocusBehavior
Fields
| Name | Description |
|---|---|
| None | Don't use the global focus manager. |
| Push | Pushes to the top of the stack when it becomes the active input object. |
| Set | Becomes the only active input object when focused. |