commit | 2660b27cf39ccb88d3161179ff58ca86df45b753 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Thu Oct 13 15:20:59 2011 +0200 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Thu Oct 13 15:20:59 2011 +0200 |
tree | a933ec9e2c6b48beb040e8aa84014ec5ee89d755 | |
parent | 851f510d4b6c1599b009479d7f04e208e3f27679 [diff] [blame] |
Renamed internal cursor position in preparation of new API.
diff --git a/src/internal.h b/src/internal.h index 89c77cd..3c27bba 100644 --- a/src/internal.h +++ b/src/internal.h
@@ -184,7 +184,7 @@ GLboolean stickyMouseButtons; GLboolean keyRepeat; GLboolean sysKeysDisabled; // system keys disabled flag - int mousePosX, mousePosY; + int cursorPosX, cursorPosY; int cursorMode; int scrollX, scrollY; char mouseButton[GLFW_MOUSE_BUTTON_LAST + 1];