mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
missing?
This commit is contained in:
parent
9affcc7fc2
commit
f9056326ad
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,10 @@ void FurnaceGUI::drawXYOsc() {
|
||||||
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
|
if (ImGui::IsItemClicked(ImGuiMouseButton_Right)) {
|
||||||
xyOscOptions=true;
|
xyOscOptions=true;
|
||||||
}
|
}
|
||||||
|
if (ImGui::IsItemHovered() && CHECK_LONG_HOLD) {
|
||||||
|
NOTIFY_LONG_HOLD;
|
||||||
|
xyOscOptions=true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (noPadding) {
|
if (noPadding) {
|
||||||
|
|
Loading…
Reference in a new issue