Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:36, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputFloat (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets an input float field with a plus and a minus button when step is different than 0. <syntaxhighlight lang="lua"> (number), (bool) = ImGui:inputFloat(label, value, [step=0, step_fast=0, format="%.3f", ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value''': (number) the value to be displayed<br/> '''step''': (number) th...")