You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/dxvk/rtx_render/rtx_imgui.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
namespaceRemixGui {
13
13
14
14
IMGUI_API voidSetTooltipUnformatted(constchar* text); // Same as SetTooltip, just without text formatting (so percentage signs do not interfere with tooltips when not desired).
15
+
IMGUI_API voidSetTooltipUnformattedUnwrapped(constchar* text); // Without text wrapping, when newlines need to be manual
15
16
IMGUI_API boolIsItemHoveredDelay(float delay_in_seconds); // Same as IsItemHovered, but only returns true after the item was hovered for x amount of time
16
17
IMGUI_API voidSetTooltipToLastWidgetOnHover(constchar* text); // Conditionally sets tooltip if IsItemHovered() is true
0 commit comments