Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:37, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputFloat3 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets three input float fields side by side (no plus/minus buttons). <syntaxhighlight lang="lua"> (number), (number), (number), (bool) = ImGui:inputFloat3(label, value1, value2, value3, [format="%.3f", ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the first value to be displayed<br/> '''value2''': (nu...")