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

#include <imgui_internal.h>

Public Member Functions

 ImGuiKeyOwnerData ()
 

Public Attributes

ImGuiID OwnerCurr
 
ImGuiID OwnerNext
 
bool LockThisFrame
 
bool LockUntilRelease
 

Constructor & Destructor Documentation

◆ ImGuiKeyOwnerData()

ImGuiKeyOwnerData::ImGuiKeyOwnerData ( )
inline

Member Data Documentation

◆ LockThisFrame

bool ImGuiKeyOwnerData::LockThisFrame

◆ LockUntilRelease

bool ImGuiKeyOwnerData::LockUntilRelease

◆ OwnerCurr

ImGuiID ImGuiKeyOwnerData::OwnerCurr

◆ OwnerNext

ImGuiID ImGuiKeyOwnerData::OwnerNext

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