Class TimeBoxModule
Time box module
Inheritance
Inherited Members
Namespace
Syntax
public class TimeBoxModule : InputModule
Methods
ProcessInput(Coordinate, Size)
Processes the input by prompting user
Declaration
public override void ProcessInput(Coordinate inputPopoverPos = default, Size inputPopoverSize = default)
Parameters
| Name | Type | Description |
|---|---|---|
| inputPopoverPos | Coordinate | Input popover position. If there is no popover, it can be the same as the beginning of the input |
| inputPopoverSize | Size | Input popover size. If there is no popover, it can be the same as the input height and/or width |
Overrides
RenderInput(int)
Renders the input before the control goes to this input module (before ProcessInput(Coordinate, Size) is called)
Returns
string
A string that can be rendered to the console
Declaration
public override string RenderInput(int width)
Parameters
| Name | Type | Description |
|---|---|---|
| width | int | Input width (excluding the input name width) |