Michael-48 / Iris

Iris is an Immediate mode GUI Library for Roblox, Based on Dear ImGui
https://michael-48.github.io/Iris/
MIT License
162 stars 26 forks source link

Allow Menus to showcase a KeyCode without a ModifierKey #56

Closed TheyCallMeRyan closed 3 months ago

TheyCallMeRyan commented 3 months ago

Current implementation requires Menus include ModifierKeys, otherwise it throws an error. This should be a user decision (Main cases are Delete / Backspace / any of the F1-F12).

SirMallard commented 3 months ago

Looks all good, thanks for this.