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).

Logs
  • 01:35, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:scaledImageButton (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Displays an image button scaled to fit space while keeping its aspect ratio. <syntaxhighlight lang="lua"> ImGui:scaledImageButton(texture,w,h,padding,color,alpha,bgcolor,bgalpha,anchorx,anchory) </syntaxhighlight> === Parameters === '''texture''': (texture) the image texture<br/> '''w''': (number) the image width<br/> '''h''': (number) the image height<br/> '''padding''': (num...")