ImGui.Core:getIO

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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