add mouseEvents docs file
This commit is contained in:
0
docs/events/mouseEvents.md
Normal file
0
docs/events/mouseEvents.md
Normal 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)
|
|
||||||
@@ -145,7 +145,6 @@ local function Menubar(name)
|
|||||||
if (itemOffset < 0) then
|
if (itemOffset < 0) then
|
||||||
itemOffset = 0
|
itemOffset = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
local mScroll = maxScroll()
|
local mScroll = maxScroll()
|
||||||
|
|
||||||
if (itemOffset > mScroll) then
|
if (itemOffset > mScroll) then
|
||||||
|
|||||||
Reference in New Issue
Block a user