mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed love.keyboard.setKeyRepeat, fixed issues with Body:getWhatever, and made the save directory settable.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace keyboard
|
||||
KEY_MAX_ENUM = 512
|
||||
};
|
||||
|
||||
static const int DEFAULT = 0;
|
||||
static const int DEFAULT = -1;
|
||||
|
||||
virtual ~Keyboard(){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user