Deletion log

From GiderosMobile

Below is a list of the most recent deletions.

Logs
  • 01:12, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Style:getItemSpacing (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui.Style<br/> === Description === Gets the ImGui global style items spacing values. <syntaxhighlight lang="lua"> (number), (number) = ImGui.Style:getItemSpacing() </syntaxhighlight> === Return values === '''Returns''' (number) the window items x spacing value<br/> '''Returns''' (number) the window items y spacing value<br/> === Example === <syntaxhighlight lang="lua"> local imgui = ImGui.new() stage:add...")