mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-30 21:05:54 -05:00
Moved Item Picker to Tips
@@ -3,12 +3,6 @@ If you are working on Dear ImGui codebase:
|
||||
### Metrics
|
||||
The Metrics window exposes lots of information about the library state.
|
||||
|
||||
### Item Picker
|
||||
The Item Picker will allow you to pick an item with the mouse and have Dear ImGui break within the call-stack of that item. This is useful if you have large UI / codebase and you would to easily find out where some UI item is emitted.
|
||||
You can find it in _Metrics>Tools>Item Picker_. Also see [#2673](https://github.com/ocornut/imgui/issues/2673).
|
||||
|
||||

|
||||
|
||||
### Visual debugging
|
||||
You can use drawlist primitives on the foreground drawlist, e.g. `GetForegroundDrawList()->AddRectFilled(...)` to bypass clipping of the current window's drawlist.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user