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...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2020.9<br/>
 
'''Available since:''' Gideros 2020.9<br/>
'''Class:''' [[Dear ImGui]]<br/>
+
'''Class:''' [[ImGui]]<br/>
  
 
=== Description ===
 
=== Description ===

Revision as of 02:24, 23 March 2021

Available since: Gideros 2020.9
Class: 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()