MCPcopy Create free account
hub / github.com/chrxh/alien / InputOptionalInt

Method InputOptionalInt

source/Gui/AlienImGui.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229bool AlienImGui::InputOptionalInt(InputIntParameters const& parameters, std::optional<int>& optValue)
230{
231 return optionalWidgetAdaptor(parameters, optValue, 0, &AlienImGui::InputInt);
232}
233
234bool AlienImGui::InputFloat(InputFloatParameters const& parameters, float& value)
235{

Callers

nothing calls this directly

Calls 1

optionalWidgetAdaptorFunction · 0.85

Tested by

no test coverage detected