#include <imgui_internal.h>
Public Member Functions | |
| void | Clear () |
| ImGuiNavMoveResult () | |
Public Attributes | |
| float | DistAxial |
| float | DistBox |
| float | DistCenter |
| ImGuiID | ID |
| ImRect | RectRel |
| ImGuiWindow * | Window |
Definition at line 652 of file imgui_internal.h.
|
inline |
Definition at line 661 of file imgui_internal.h.
|
inline |
Definition at line 662 of file imgui_internal.h.
| float ImGuiNavMoveResult::DistAxial |
Definition at line 658 of file imgui_internal.h.
| float ImGuiNavMoveResult::DistBox |
Definition at line 656 of file imgui_internal.h.
| float ImGuiNavMoveResult::DistCenter |
Definition at line 657 of file imgui_internal.h.
| ImGuiID ImGuiNavMoveResult::ID |
Definition at line 654 of file imgui_internal.h.
| ImRect ImGuiNavMoveResult::RectRel |
Definition at line 659 of file imgui_internal.h.
| ImGuiWindow* ImGuiNavMoveResult::Window |
Definition at line 655 of file imgui_internal.h.