This commit is contained in:
kepler155c@gmail.com
2017-10-16 16:54:50 -04:00
parent fe0ca72b8b
commit 39ba226a82
3 changed files with 85 additions and 131 deletions

View File

@@ -84,7 +84,7 @@ function input:translate(event, code, p1, p2)
self.ch = 'paste'
self.pressed[keys.leftCtrl] = nil
self.pressed[keys.rightCtrl] = nil
self.fired = input:toCode(0)
self.fired = input:toCode(0, self.ch)
return self.fired
elseif event == 'mouse_click' then