This commit is contained in:
Igor Timofeev
2017-01-21 14:59:20 +03:00
parent 2141cbf85d
commit 941b71c333
4 changed files with 3 additions and 1 deletions

View File

@@ -1385,6 +1385,8 @@ local function createWindow()
if isClickedOnCodeArea(eventData[3], eventData[4]) then
scroll(eventData[5], config.scrollSpeed)
end
elseif eventData[1] == "screen_resized" then
changeScale(config.screenScale)
elseif not eventData[1] then
cursor.blinkState = not cursor.blinkState
end