All public logs
From GiderosMobile
Combined display of all available logs of GiderosMobile. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:38, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputFloat4 (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets four input float fields side by side (no plus/minus buttons). <syntaxhighlight lang="lua"> (number), (number), (number), (number), (bool) = ImGui:inputFloat4(label, value1, value2, value3, value4, [format="%.3f", ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''value1''': (number) the first value to be displayed<br/>...")