mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
Set ENABLE_SYSTEM_CURSORS to true
This commit is contained in:
parent
11264bb14e
commit
06fc817c85
9
New Text Document.txt
Normal file
9
New Text Document.txt
Normal 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
|
2
init.lua
2
init.lua
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user