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:inputTextMultiline (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Sets a multiline input text. <syntaxhighlight lang="lua"> (string), (bool) = ImGui:inputTextMultiline(label, text, bufferSize, [w=0, h=0, ImGuiInputTextFlags=0]) </syntaxhighlight> === Parameters === '''label''': (string) the label<br/> '''text''': (string) the text to be displayed<br/> '''bufferSize''': (number) sets a buffer size<br/> '''w''': (number) the input text width<b...")