You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hover, CtrlClick, DoubleClick, RightClick events for many widgets
Changes:
events now are functions, and need to be called to poll their value.
for creating custom widgtes, events are now tables with Init and Get methods.
removed widget info window in the DemoWindow.
ContentWidth default is changed from UDim.new(0, 125) to UDim.new(0.65, 0), this may break some UI.
v2.0.1:
fixed issue with displaying resize button in windows
v2.0.2:
fixed issue with Input widgets width always being UDim.new(1, 0)
v2.0.4:
changed Checkboxes to use Images instead of text to render the checkmark.
fixed InputVector2, InputVector3, InputUDim, and InputUDim2 Increment arguments
fixed InputVector3 from improperly checking argument types
fixed plugins so that os.clock() is used instead of time()
fixed event error message when invalid event is called
v2.0.5:
fixed combo box width when using larger size style,
calling Iris:Connect() before calling Iris.Init() will now cause a warning, previously, it was suggested that Iris.Init() can be commented out or deleted to stop Iris from activating, this is controlled by setting the value of Iris.Disabled now.
attempting to yield for longer than a cycle now will cause an error.