KeyChecker - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki

Namespace: UtilityClassLibrary
Implements: IKeyChecker

Description: Check type of specified input key.

Constructors Usage
KeyChecker() Initializes an instance of KeyChecker class
Methods Usage
IsActionKey(string) check if input key is an action key
IsFunctionKey(string) check if input key is function key
IsInputKey(string) check if input key represents a value input
IsMemoryKey(string) check if input key is memory key