SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

open/close #24

Closed splittable closed 1 year ago

splittable commented 1 year ago

no close keybind, or full close

SirMallard commented 1 year ago

Could you elaborate more?

Is this in reference to opening or closing specific windows which you create. If so, then there are multiple ways of checking if a key has been pressed.

splittable commented 1 year ago

Could you elaborate more?

Is this in reference to opening or closing specific windows which you create. If so, then there are multiple ways of checking if a key has been pressed.

I mean to entirely close it off the screen, and to use a keybind to open back up.

Michael-48 commented 1 year ago

I don't think this is a helpful addition, given the current maturity of Iris.

Similarly to this there is a keybind, Ctrl+Tab to swap windows like how Ctrl+Tab works in a browser, or Alt+Tab in windows. Thanks for submitting the Issue!