update ImGui to 1.89.8
commit f8704cd085c4347f835c21dc12a3951924143872 with Furnace patches
This commit is contained in:
parent
23a1fd4796
commit
5da54a7678
61 changed files with 1926 additions and 883 deletions
|
|
@ -105,7 +105,7 @@ bool FurnaceGUI::portSet(String label, unsigned int portSetID, int ins, int outs
|
|||
bool hovered=false;
|
||||
bool active=false;
|
||||
if (visible) {
|
||||
hovered=ImGui::ItemHoverable(rect,ImGui::GetID(portID.c_str()));
|
||||
hovered=ImGui::ItemHoverable(rect,ImGui::GetID(portID.c_str()),0);
|
||||
active=(hovered && ImGui::IsMouseClicked(ImGuiMouseButton_Left));
|
||||
|
||||
if (hovered && ImGui::IsMouseClicked(ImGuiMouseButton_Right)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue