diff options
author | Oxore <oxore@protonmail.com> | 2017-06-23 02:29:02 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-06-23 02:29:02 +0700 |
commit | 07b648f53d3d0dfd92d124df0f9967ffafc641a9 (patch) | |
tree | 380d4717400a651cfc6d3e5a5f8fed0461b9d905 /src/include/tet_conf.h | |
parent | 5da375c829d2bc5afdfd98c898339fb90175032f (diff) |
Code style refactoring
Diffstat (limited to 'src/include/tet_conf.h')
-rw-r--r-- | src/include/tet_conf.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/tet_conf.h b/src/include/tet_conf.h index 6e113b8..eba92e5 100644 --- a/src/include/tet_conf.h +++ b/src/include/tet_conf.h @@ -9,8 +9,10 @@ #define tYellow sfColor_fromRGB(255, 255, 0) #define tCyan sfColor_fromRGB(0, 255, 255) #define tMagneta sfColor_fromRGB(192, 0, 255) -#define moveRepeatLatency1 150000 //microseconds, only for left-right arrows, first repeat move when long push -#define moveRepeatLatency2 30000 //microseconds, for Left, Right and Down arrows, the rest repeat move when long push +#define moveRepeatLatency1 150000 // microseconds, only for left-right arrows, + // first repeat move when long push +#define moveRepeatLatency2 30000 // microseconds, for Left, Right and Down + // arrows, the rest repeat move when long push /* |