GE Lua Documentation

Press F to search!

ImGuiIO_AddKeyEvent

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1863
--===
--=== struct ImGuiKeyData ===
--===
--=== struct ImGuiIO ===
function M.ImGuiIO_AddKeyEvent(ImGuiIO_ctx, ImGuiKey_key, bool_down) ImGuiIO_ctx:AddKeyEvent(ImGuiKey_key, bool_down) end

Callers