Constants - accessibilitysoftwarehub/OpenSourceWindowsGazeControl GitHub Wiki

General Information

Name: Constants

Description: A static class containing constants to be used through the whole project.

Purpose: To keep the code clean and prevent coders from having to search through various classes to change values.

Full Description: A list of variables with constant values. They are read only and have to be changed in the source code not while program is running.

Note:

Method Descriptions

No methods