KrabCode/LazyGui

isMouseOutsideGui should be true when gui is hidden

Closed this issue · 1 comments

currently it detects open windows and says true even when the gui is hidden by 'h'

maybe an inverted function should be exposed in the main API like

boolean isMouseOverGui(){
return !isMouseOutsideGui()
}

it could be more intuitive to use