Steppable 0.0.1
A CAS project written from scratch in C++
Loading...
Searching...
No Matches
ImGui_ImplAllegro5_Data Struct Reference
Collaboration diagram for ImGui_ImplAllegro5_Data:
[legend]

Public Member Functions

 ImGui_ImplAllegro5_Data ()
 

Public Attributes

ALLEGRO_DISPLAY * Display
 
ALLEGRO_BITMAP * Texture
 
double Time
 
ALLEGRO_MOUSE_CURSOR * MouseCursorInvisible
 
ALLEGRO_VERTEX_DECL * VertexDecl
 
char * ClipboardTextData
 
ImVector< ImDrawVertAllegroBufVertices
 
ImVector< int > BufIndices
 

Constructor & Destructor Documentation

◆ ImGui_ImplAllegro5_Data()

ImGui_ImplAllegro5_Data::ImGui_ImplAllegro5_Data ( )
inline

Member Data Documentation

◆ BufIndices

ImVector<int> ImGui_ImplAllegro5_Data::BufIndices

◆ BufVertices

ImVector<ImDrawVertAllegro> ImGui_ImplAllegro5_Data::BufVertices

◆ ClipboardTextData

char* ImGui_ImplAllegro5_Data::ClipboardTextData

◆ Display

ALLEGRO_DISPLAY* ImGui_ImplAllegro5_Data::Display

◆ MouseCursorInvisible

ALLEGRO_MOUSE_CURSOR* ImGui_ImplAllegro5_Data::MouseCursorInvisible

◆ Texture

ALLEGRO_BITMAP* ImGui_ImplAllegro5_Data::Texture

◆ Time

double ImGui_ImplAllegro5_Data::Time

◆ VertexDecl

ALLEGRO_VERTEX_DECL* ImGui_ImplAllegro5_Data::VertexDecl

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