alias ImGui::TopLevel::ImGuiDataType

Alias Definition

ImGui::ImGuiDataType

Defined in:

types.cr

Constant Summary

Double = 9

double

Float = 8

float

S16 = 2

short

S32 = 4

int

S64 = 6

long long / __int64

S8 = 0

signed char / char (with sensible compilers)

U16 = 3

unsigned short

U32 = 5

unsigned int

U64 = 7

unsigned long long / unsigned __int64

U8 = 1

unsigned char