Utility - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Classes in Utility Class Library cover most of the generic tasks need to be done across all other modules.
| Name | Type | Description |
|---|---|---|
| IButtonTracker | Interface | button tracker interface |
| IInputBuffer | Interface | input buffer interface |
| IKeyChecker | Interface | key checker interface |
| ButtonTracker | Class | track enabled/disabled buttons |
| InputBuffer | Class | store input data |
| KeyChecker | Class | check input key type |