Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGuiNavItemData Struct Reference

#include <imgui_internal.h>

Collaboration diagram for ImGuiNavItemData:
[legend]

Public Member Functions

 ImGuiNavItemData ()
 
void Clear ()
 

Public Attributes

ImGuiWindowWindow
 
ImGuiID ID
 
ImGuiID FocusScopeId
 
ImRect RectRel
 
ImGuiItemFlags InFlags
 
float DistBox
 
float DistCenter
 
float DistAxial
 
ImGuiSelectionUserData SelectionUserData
 

Constructor & Destructor Documentation

◆ ImGuiNavItemData()

ImGuiNavItemData::ImGuiNavItemData ( )
inline
Here is the call graph for this function:

Member Function Documentation

◆ Clear()

void ImGuiNavItemData::Clear ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ DistAxial

float ImGuiNavItemData::DistAxial

◆ DistBox

float ImGuiNavItemData::DistBox

◆ DistCenter

float ImGuiNavItemData::DistCenter

◆ FocusScopeId

ImGuiID ImGuiNavItemData::FocusScopeId

◆ ID

ImGuiID ImGuiNavItemData::ID

◆ InFlags

ImGuiItemFlags ImGuiNavItemData::InFlags

◆ RectRel

ImRect ImGuiNavItemData::RectRel

◆ SelectionUserData

ImGuiSelectionUserData ImGuiNavItemData::SelectionUserData

◆ Window

ImGuiWindow* ImGuiNavItemData::Window

The documentation for this struct was generated from the following file:
Untitled