There was an error while loading. Please reload this page.
1 parent fc68fa9 commit ea63cbcCopy full SHA for ea63cbc
1 file changed
src/Processing.h
@@ -1172,9 +1172,6 @@ static constexpr char ENTER = 10; // PC/Unix enter key
1172
#ifdef DELETE
1173
# undef DELETE
1174
#endif
1175
-static constexpr int BACKSPACE = 8;
1176
-static constexpr int TAB = 9;
1177
-static constexpr int ENTER = 10;
1178
static constexpr int RETURN = 13; // Mac return key (same key as ENTER on most systems)
1179
static constexpr int ESC = 27;
1180
static constexpr int DELETE = 127;
0 commit comments