Definition
-- @/=[C]:-1
function PushButtonRepeat(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.PopTabStop() imgui.PopTabStop() end
function M.PushButtonRepeat(_repeat) imgui.PushButtonRepeat(_repeat) end
function M.PopButtonRepeat() imgui.PopButtonRepeat() end
function M.PopTabStop() imgui.PopTabStop() end
function M.PushButtonRepeat(_repeat) imgui.PushButtonRepeat(_repeat) end
function M.PopButtonRepeat() imgui.PopButtonRepeat() end
@/lua/ge/extensions/editor/scriptAIEditor.lua
im.SameLine()
im.PushButtonRepeat(true)
im.PushStyleVar2(im.StyleVar_CellPadding, im.ImVec2(0,-10))
im.SameLine()
im.PushButtonRepeat(true)
if editor.uiIconImageButton(editor.icons.fast_forward, im.ImVec2(28, 28), colors.black, nil, nil, 'fastForward') then
if tr.isTimeBased == false then
im.PushButtonRepeat(true)
if editor.uiIconImageButton(editor.icons.arrow_upward, im.ImVec2(27, 27), nil, nil, nil, 'increaseVel') then
im.SameLine()
im.PushButtonRepeat(true)
if editor.uiIconImageButton(editor.icons.arrow_downward, im.ImVec2(27, 27), nil, nil, nil, 'decreaseVel') then