OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
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 50 of file imgui.h.

Constructor & Destructor Documentation

ImVec2::ImVec2 ( )
inline

Definition at line 53 of file imgui.h.

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

Definition at line 54 of file imgui.h.

Member Data Documentation

float ImVec2::x

Definition at line 52 of file imgui.h.

float ImVec2::y

Definition at line 52 of file imgui.h.


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