Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.

This commit is contained in:
rude
2009-10-29 22:34:54 +01:00
parent 0e671c34d5
commit 435fc43f68
9 changed files with 164 additions and 66 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ namespace keyboard
KEY_MAX_ENUM = 512
};
static const int DEFAULT = 0;
static const int DEFAULT = -1;
virtual ~Keyboard(){}