Difference between revisions of "ImGui.Core:getIO"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2020.9<br/> '''Class:''' Dear ImGui<br/> === Description === Accesses the IO structure (mouse/keyboard/gamepad inputs, time, vari...")
(No difference)

Revision as of 00:58, 23 March 2021

Available since: Gideros 2020.9
Class: Dear ImGui

Description

Accesses the IO structure (mouse/keyboard/gamepad inputs, time, various configuration options/flags).

(context) = ImGui:getIO()

Return values

Returns (context) a pointer to the IO class

Example

local ui = ImGui.new() 
local IO = ui:getIO()