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