Set ENABLE_SYSTEM_CURSORS to true

This commit is contained in:
Kenny Shields 2014-10-30 19:46:18 -04:00
parent 11264bb14e
commit 06fc817c85
2 changed files with 10 additions and 1 deletions

9
New Text Document.txt Normal file
View File

@ -0,0 +1,9 @@
elseif (love.keyboard.isDown("lctrl") or love.keyboard.isDown("rctrl")) and lines[line] ~= "" then
if multiline then
self:ClearLine(self.line)
self.indicatornum = 0
indicatornum = self.indicatornum
else
self:Clear()
indicatornum = self.indicatornum
end

View File

@ -22,7 +22,7 @@ loveframes.config["DEFAULTSKIN"] = "Blue"
loveframes.config["ACTIVESKIN"] = "Blue"
loveframes.config["INDEXSKINIMAGES"] = true
loveframes.config["DEBUG"] = false
loveframes.config["ENABLE_SYSTEM_CURSORS"] = false
loveframes.config["ENABLE_SYSTEM_CURSORS"] = true
-- misc library vars
loveframes.state = "none"