GE Lua Documentation

Press F to search!

IsMousePosValid

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1146
function M.IsMousePosValid(ImVec2_mouse_pos)
  -- ImVec2_mouse_pos is optional and can be nil
  return imgui.IsMousePosValid(ImVec2_mouse_pos)
end

Callers

@/lua/common/extensions/ui/imgui_gen_luaintf.lua
  -- ImVec2_mouse_pos is optional and can be nil
  return imgui.IsMousePosValid(ImVec2_mouse_pos)
end