enum ImGui::ImGuiDataType

Overview

enum ImGuiDataType_

Defined in:

types.cr

Enum Members

S8 = 0

signed char / char (with sensible compilers)

U8 = 1

unsigned char

S16 = 2

short

U16 = 3

unsigned short

S32 = 4

int

U32 = 5

unsigned int

S64 = 6

long long / __int64

U64 = 7

unsigned long long / unsigned __int64

Float = 8

float

Double = 9

double

Instance Method Summary

Instance Method Detail

def double? #

[View source]
def float? #

[View source]
def s16? #

[View source]
def s32? #

[View source]
def s64? #

[View source]
def s8? #

[View source]
def u16? #

[View source]
def u32? #

[View source]
def u64? #

[View source]
def u8? #

[View source]