mirror of
https://github.com/linux-man/LoveFrames.git
synced 2024-11-18 16:04:22 +00:00
fixed textinput keyrepeat (0.8.0)
This commit is contained in:
parent
f72f14f7d6
commit
0b00ef26d0
@ -141,7 +141,7 @@ function newobject:update(dt)
|
|||||||
if (lctrl or rctrl) and keydown == "v" then
|
if (lctrl or rctrl) and keydown == "v" then
|
||||||
self:Paste()
|
self:Paste()
|
||||||
else
|
else
|
||||||
self:RunKey(keydown, unicode)
|
self:RunKey(keydown, unicode, true)
|
||||||
end
|
end
|
||||||
self.delay = time + repeatrate
|
self.delay = time + repeatrate
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user