#include "./imgui/imgui.h"
Go to the source code of this file.
|
IMGUI_API bool | ImGui::DragShort (const char *label, short *v, float v_speed=1.0f, short v_min=0, short v_max=0, const char *format="%d") |
|
IMGUI_API bool | ImGui::DragShort2 (const char *label, short v[2], float v_speed=1.0f, short v_min=0, short v_max=0, const char *format="%d") |
|
IMGUI_API bool | ImGui::DragShort3 (const char *label, short v[3], float v_speed=1.0f, short v_min=0, short v_max=0, const char *format="%d") |
|
IMGUI_API bool | ImGui::DragShort4 (const char *label, short v[4], float v_speed=1.0f, short v_min=0, short v_max=0, const char *format="%d") |
|