add mouseEvents docs file

This commit is contained in:
Robert Jelic
2022-06-02 22:55:02 +02:00
parent ee97cff930
commit 8bbe7a67df
3 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
--[[
To install basalt copy paste the following line to your computer:
pastebin run ESs1mg7P
---------------------------------------------
Hi, this is the installer for the UI Framework basalt!
currently its just a single file. In the near future i will split my project into multiple files and "compile" it to one single file on your computer.
You are curious what basalt is? check out my github wiki: https://github.com/NoryiE/Basalt/wiki/
----------------------------------------------
]]
local args = {...}
local defaultFilePath = args[1] or "basalt.lua"
shell.run("wget https://raw.githubusercontent.com/Pyroxenium/Basalt/master/basalt.lua "..defaultFilePath)

View File

@@ -145,7 +145,6 @@ local function Menubar(name)
if (itemOffset < 0) then
itemOffset = 0
end
local mScroll = maxScroll()
if (itemOffset > mScroll) then