Closed this issue 6 months ago · 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