mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
Added storage for up to 5 mouse buttons for convenience (even though ImGui itself only uses 1)
This commit is contained in:
parent
6267905a17
commit
fa0aa5ace6
2 changed files with 6 additions and 8 deletions
|
|
@ -110,7 +110,6 @@
|
|||
ISSUES AND TODO-LIST
|
||||
|
||||
- misc: allow user to call NewFrame() multiple times without a render.
|
||||
- misc: add extra mouse buttons for user storage (and clarify that ImGui doesn't use them)
|
||||
- misc: merge ImVec4 / ImGuiAabb, they are essentially duplicate containers
|
||||
- window: autofit is losing its purpose when user relies on any dynamic layout (window width multiplier, column). maybe just discard autofit?
|
||||
- window: support horizontal scroll
|
||||
|
|
@ -151,7 +150,6 @@
|
|||
- shortcuts: add a shortcut api, e.g. parse "&Save" and/or "Save (CTRL+S)", pass in to widgets or provide simple ways to use (button=activate, input=focus)
|
||||
- keyboard: full keyboard navigation and focus
|
||||
- misc: not thread-safe
|
||||
- tooltip: add a BeginTooltip()/EndTooltip() helper.
|
||||
- optimisation/render: use indexed rendering
|
||||
- optimisation/render: move clip-rect to vertex data? would allow merging all commands
|
||||
- optimisation/render: merge command-list of all windows into one command-list?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue