#include "EditorIcons.h"
#include "MathUtil.h"
#include "imgui/imgui.h"
#include "imgui/imgui_stdlib.h"
#include "fixed.h"
Go to the source code of this file.
|
| bool | ImGui::InputFixed (const char *str, fixed *val, double step=0.01, double step_fast=0.1, const char *format="%.4f", ImGuiInputTextFlags flags=0) |
| |
| bool | ImGui::InputInt (const char *label, int *v, int step, int step_fast, const char *format, ImGuiInputTextFlags flags=0) |
| |
| void | Editor::Draw::SubtractItemWidth () |
| |
| bool | Editor::Draw::RandomButton () |
| |
| bool | Editor::Draw::InputFixedSlider (const char *str, fixed *val, double val_min=0.0, double val_max=1.0, const char *format="%.4f", ImGuiSliderFlags flags=ImGuiSliderFlags_AlwaysClamp) |
| |
| bool | Editor::Draw::InputFixedDegrees (const char *str, fixed *val, double val_min=-360.0, double val_max=360.0, ImGuiInputTextFlags flags=0) |
| |
| bool | Editor::Draw::InputFixedDistance (const char *str, fixed *val, ImGuiInputTextFlags flags=0) |
| |
| bool | Editor::Draw::InputFixedMass (const char *str, fixed *val, bool is_solar, ImGuiInputTextFlags flags=0) |
| |
| bool | Editor::Draw::InputFixedRadius (const char *str, fixed *val, bool is_solar, ImGuiInputTextFlags flags=0) |
| |