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:37, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:inputScalar (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets an input scalar field. <syntaxhighlight lang="lua"> (number), (bool) = ImGui:inputScalar(label, ImGuiDataType, value, v_min, v_max, format, [ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''ImGuiDataType''': (number) one of ImGui data type<br/> '''value''': (number) the value to be displayed<br/> '''v_min''': (number)...")