LuaSTG-x Core API
imgui::ImGuiIO Class Reference

Public Member Functions

function addInputCharacter (local c)
 
function addInputCharactersUTF8 (local str)
 
function addInputCharacterUTF16 (local c)
 
function clearInputCharacters ()
 

Member Function Documentation

◆ addInputCharacter()

function addInputCharacter ( local  c)

Queue new character input

Parameters
cnumber
Returns
imgui.ImGuiIO

◆ addInputCharactersUTF8()

function addInputCharactersUTF8 ( local  str)

Queue new characters input from an UTF-8 string

Parameters
strstring
Returns
imgui.ImGuiIO

◆ addInputCharacterUTF16()

function addInputCharacterUTF16 ( local  c)

Queue new character input from an UTF-16 character, it can be a surrogate

Parameters
cnumber
Returns
imgui.ImGuiIO

◆ clearInputCharacters()

function clearInputCharacters ( )

Clear the text input buffer manually

Returns
imgui.ImGuiIO

The documentation for this class was generated from the following file: