mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 10:12:48 +01:00
afaef
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user