GE Lua Documentation

Press F to search!

GetScrollX

Definition


-- @/=[C]:-1
function GetScrollX(...)

Callers

@/lua/ge/extensions/editor/dynamicDecals/widgets.lua
  local windowPos = im.GetWindowPos()
  local scrollX = im.GetScrollX()
  local scrollY = im.GetScrollY()
  cursorPos = im.GetCursorPos()
  local scrollPosX = im.GetScrollX()
  local scrollPosY = im.GetScrollY()
    local cpos = startCursorPos
    local scrollX = im.GetScrollX()
    local scrollY = im.GetScrollY()
@/lua/ge/extensions/editor/dynamicDecals/inspector/utils.lua
  cursorPos = im.GetCursorPos()
  local scrollPosX = im.GetScrollX()
  local scrollPosY = im.GetScrollY()
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.GetWindowContentRegionMax() return imgui.GetWindowContentRegionMax() end
function M.GetScrollX() return imgui.GetScrollX() end
function M.GetScrollY() return imgui.GetScrollY() end
function M.GetWindowContentRegionMax() return imgui.GetWindowContentRegionMax() end
function M.GetScrollX() return imgui.GetScrollX() end
function M.GetScrollY() return imgui.GetScrollY() end
@/lua/ge/extensions/editor/dynamicDecals/brushes.lua
  cursorPos = im.GetCursorPos()
  local scrollPosX = im.GetScrollX()
  local scrollPosY = im.GetScrollY()
@/lua/ge/extensions/editor/api/gui.lua
  -- Calculates rows area
  local scrollOffsetH = imgui.GetScrollX()
  local scrollOffsetV = imgui.GetScrollY()
@/lua/ge/extensions/editor/dynamicDecals/layerTypes/decal.lua
      local cpos = highlightSdfProperties.startCursorPos
      local scrollX = im.GetScrollX()
      local scrollY = im.GetScrollY()