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

#include <imgui_internal.h>

Collaboration diagram for ImGuiBoxSelectState:
[legend]

Public Member Functions

 ImGuiBoxSelectState ()
 

Public Attributes

ImGuiID ID
 
bool IsActive
 
bool IsStarting
 
bool IsStartedFromVoid
 
bool RequestClear
 
ImGuiKeyChord KeyMods: 16
 
ImVec2 StartPosRel
 
ImVec2 EndPosRel
 
ImVec2 ScrollAccum
 
ImGuiWindowWindow
 
bool UnclipMode
 
ImRect UnclipRect
 
ImRect BoxSelectRectPrev
 
ImRect BoxSelectRectCurr
 

Constructor & Destructor Documentation

◆ ImGuiBoxSelectState()

ImGuiBoxSelectState::ImGuiBoxSelectState ( )
inline

Member Data Documentation

◆ BoxSelectRectCurr

ImRect ImGuiBoxSelectState::BoxSelectRectCurr

◆ BoxSelectRectPrev

ImRect ImGuiBoxSelectState::BoxSelectRectPrev

◆ EndPosRel

ImVec2 ImGuiBoxSelectState::EndPosRel

◆ ID

ImGuiID ImGuiBoxSelectState::ID

◆ IsActive

bool ImGuiBoxSelectState::IsActive

◆ IsStartedFromVoid

bool ImGuiBoxSelectState::IsStartedFromVoid

◆ IsStarting

bool ImGuiBoxSelectState::IsStarting

◆ KeyMods

ImGuiKeyChord ImGuiBoxSelectState::KeyMods

◆ RequestClear

bool ImGuiBoxSelectState::RequestClear

◆ ScrollAccum

ImVec2 ImGuiBoxSelectState::ScrollAccum

◆ StartPosRel

ImVec2 ImGuiBoxSelectState::StartPosRel

◆ UnclipMode

bool ImGuiBoxSelectState::UnclipMode

◆ UnclipRect

ImRect ImGuiBoxSelectState::UnclipRect

◆ Window

ImGuiWindow* ImGuiBoxSelectState::Window

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