Elaztek Developer Hub
Blamite Game Engine - blam!  00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
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: