yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
ImGui Namespace Reference

Classes

struct  InputScalarResult
 

Functions

bool InputScalarLeft (const char *label, ImGuiDataType data_type, void *p_data, const void *p_step, const void *p_step_fast, const char *format, float input_width, ImGuiInputTextFlags flags, bool no_step=false)
 
InputScalarResult InputScalarLeftEx (const char *label, ImGuiDataType data_type, void *p_data, const void *p_step, const void *p_step_fast, const char *format, float input_width, ImGuiInputTextFlags flags, bool no_step=false)
 

Function Documentation

◆ InputScalarLeft()

bool ImGui::InputScalarLeft ( const char * label,
ImGuiDataType data_type,
void * p_data,
const void * p_step,
const void * p_step_fast,
const char * format,
float input_width,
ImGuiInputTextFlags flags,
bool no_step = false )

◆ InputScalarLeftEx()

InputScalarResult ImGui::InputScalarLeftEx ( const char * label,
ImGuiDataType data_type,
void * p_data,
const void * p_step,
const void * p_step_fast,
const char * format,
float input_width,
ImGuiInputTextFlags flags,
bool no_step = false )