imtui icon indicating copy to clipboard operation
imtui copied to clipboard

Missing ImGUI controls

Open afshinpir opened this issue 4 years ago • 2 comments

Some controls are not rendered correctly in ImTUI. Here are some some obvious ones:

  • Separator
  • Spacing
  • Password InputText flag has no effect

I wish you could add support for these controls too. I guess the problem comes from how these elements are rendered.

afshinpir avatar May 15 '21 09:05 afshinpir

Also, I think context menus seem to be missing as well!

dufferzafar avatar Nov 05 '21 07:11 dufferzafar

The highlight for selected controls (if you enable keyboard navigation) is also probably not correct. It renders a two-character-wide box around the control, which causes a lot of visual corruption in the example.

davidchisnall avatar Mar 05 '22 12:03 davidchisnall