Deletion log
From GiderosMobile
Below is a list of the most recent deletions.
- 01:40, 11 October 2024 MoKaLux talk contribs deleted page ImGui.Core:getIO (content was: "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' ImGui<br/> === Description === Accesses the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags). <syntaxhighlight lang="lua"> (context) = ImGui:getIO() </syntaxhighlight> === Return values === '''Returns''' (context) a pointer to the IO class<br/> === Example === <syntaxhighlight lang="lua"> local ui = ImGui.new() local IO = ui:getIO() </syntaxhighlight> {{ImGui}}")