Added 3 out of 4 run modes. Generally speaking EyeTrainer is now functional.

This commit is contained in:
Author glitchrain
2024-12-14 07:29:12 -08:00
committed by s.aydarov
parent 4d7d67e7b6
commit 20c25767bd
3 changed files with 45 additions and 29 deletions

View File

@@ -22,7 +22,7 @@ enum TimeMode
{
CONST = 0,
MANUAL,
INCREASING
DECREASING
};
#endif