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

#include <imgui_internal.h>

Public Member Functions

 ImGuiPtrOrIndex (void *ptr)
 
 ImGuiPtrOrIndex (int index)
 

Public Attributes

void * Ptr
 
int Index
 

Constructor & Destructor Documentation

◆ ImGuiPtrOrIndex() [1/2]

ImGuiPtrOrIndex::ImGuiPtrOrIndex ( void * ptr)
inline

◆ ImGuiPtrOrIndex() [2/2]

ImGuiPtrOrIndex::ImGuiPtrOrIndex ( int index)
inline

Member Data Documentation

◆ Index

int ImGuiPtrOrIndex::Index

◆ Ptr

void* ImGuiPtrOrIndex::Ptr

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