Removed key repeat.

This commit is contained in:
Camilla Berglund
2012-11-22 17:14:50 +01:00
parent ef1da2dde9
commit c479124e69
7 changed files with 2 additions and 41 deletions
-1
View File
@@ -185,7 +185,6 @@ struct _GLFWwindow
// Window input state
GLboolean stickyKeys;
GLboolean stickyMouseButtons;
GLboolean keyRepeat;
int cursorPosX, cursorPosY;
int cursorMode;
double scrollX, scrollY;