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

#include <imgui_internal.h>

Public Member Functions

constexpr ImVec2ih ()
 
constexpr ImVec2ih (short _x, short _y)
 
constexpr ImVec2ih (const ImVec2 &rhs)
 

Public Attributes

short x
 
short y
 

Constructor & Destructor Documentation

◆ ImVec2ih() [1/3]

ImVec2ih::ImVec2ih ( )
inlineconstexpr

◆ ImVec2ih() [2/3]

ImVec2ih::ImVec2ih ( short _x,
short _y )
inlineconstexpr

◆ ImVec2ih() [3/3]

ImVec2ih::ImVec2ih ( const ImVec2 & rhs)
inlineexplicitconstexpr

Member Data Documentation

◆ x

short ImVec2ih::x

◆ y

short ImVec2ih::y

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