IlyaHL2 Активный Автор темы 231 48 25 Янв 2022 #1 Версия MoonLoader .026-beta Как проверить находится ли мышь в imgui.BeginChild?
Решение Manuel Leon 25 Янв 2022 Lua: imgui.BeginChild('##Title', imgui.ImVec2(x,y) , true) -- code imgui.EndChild() if imgui.IsItemHovered() then imgui.Text('In Child) end
Lua: imgui.BeginChild('##Title', imgui.ImVec2(x,y) , true) -- code imgui.EndChild() if imgui.IsItemHovered() then imgui.Text('In Child) end
Manuel Leon Известный 266 169 25 Янв 2022 Решение #2 Lua: imgui.BeginChild('##Title', imgui.ImVec2(x,y) , true) -- code imgui.EndChild() if imgui.IsItemHovered() then imgui.Text('In Child) end Реакции: IlyaHL2 Позитивный голос 0 Негативный голос Решение
Lua: imgui.BeginChild('##Title', imgui.ImVec2(x,y) , true) -- code imgui.EndChild() if imgui.IsItemHovered() then imgui.Text('In Child) end