Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Public Member Functions | Public Attributes | List of all members
ImVec2 Struct Reference

#include <imgui.h>

Public Member Functions

 ImVec2 ()
 
 ImVec2 (float _x, float _y)
 

Public Attributes

float x
 
float y
 

Detailed Description

Definition at line 96 of file imgui.h.

Constructor & Destructor Documentation

ImVec2::ImVec2 ( )
inline

Definition at line 99 of file imgui.h.

ImVec2::ImVec2 ( float  _x,
float  _y 
)
inline

Definition at line 100 of file imgui.h.

Member Data Documentation

float ImVec2::x

Definition at line 98 of file imgui.h.

float ImVec2::y

Definition at line 98 of file imgui.h.


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