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

#include <imgui_internal.h>

Collaboration diagram for ImGuiContextHook:
[legend]

Public Member Functions

 ImGuiContextHook ()
 

Public Attributes

ImGuiID HookId
 
ImGuiContextHookType Type
 
ImGuiID Owner
 
ImGuiContextHookCallback Callback
 
void * UserData
 

Constructor & Destructor Documentation

◆ ImGuiContextHook()

ImGuiContextHook::ImGuiContextHook ( )
inline

Member Data Documentation

◆ Callback

ImGuiContextHookCallback ImGuiContextHook::Callback

◆ HookId

ImGuiID ImGuiContextHook::HookId

◆ Owner

ImGuiID ImGuiContextHook::Owner

◆ Type

ImGuiContextHookType ImGuiContextHook::Type

◆ UserData

void* ImGuiContextHook::UserData

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