Elaztek Developer Hub
Blamite Game Engine - blam!  00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
ImGuiPtrOrIndex Struct Reference

#include <imgui_internal.h>

+ Collaboration diagram for ImGuiPtrOrIndex:

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: