#include <imgui_internal.h>
Public Member Functions | |
ImVec2ih () | |
ImVec2ih (const ImVec2 &rhs) | |
ImVec2ih (short _x, short _y) | |
Public Attributes | |
short | x |
short | y |
Definition at line 674 of file imgui_internal.h.
|
inline |
Definition at line 677 of file imgui_internal.h.
|
inline |
Definition at line 678 of file imgui_internal.h.
|
inlineexplicit |
Definition at line 679 of file imgui_internal.h.
short ImVec2ih::x |
Definition at line 676 of file imgui_internal.h.
short ImVec2ih::y |
Definition at line 676 of file imgui_internal.h.