Fix viewport tooltips not being cleared when scrolling using the keyboard.

Fix documentation typo.
This commit is contained in:
Jonathan G Rennison
2017-04-26 20:25:50 +01:00
parent c41bf4b468
commit d94e37d9d1
4 changed files with 25 additions and 4 deletions

View File

@@ -871,6 +871,7 @@ enum TooltipCloseCondition {
TCC_RIGHT_CLICK,
TCC_LEFT_CLICK,
TCC_HOVER,
TCC_HOVER_VIEWPORT,
};
void GuiShowTooltips(Window *parent, StringID str, uint paramcount = 0, const uint64 params[] = NULL, TooltipCloseCondition close_tooltip = TCC_HOVER);