Pyrogenesis
13997
|
#include "precompiled.h"
#include "GUITooltip.h"
#include "lib/timer.h"
#include "IGUIObject.h"
#include "CGUI.h"
#include "GUIutil.h"
#include "ps/CLogger.h"
Go to the source code of this file.
Enumerations | |
enum | { ST_IN_MOTION, ST_STATIONARY_NO_TOOLTIP, ST_STATIONARY_TOOLTIP, ST_SHOWING, ST_COOLING } |
Functions | |
static int | GetTooltipDelay (CStr &style, CGUI *gui) |
Variables | |
const double | CooldownTime = 0.25 |
anonymous enum |
Enumerator | |
---|---|
ST_IN_MOTION | |
ST_STATIONARY_NO_TOOLTIP | |
ST_STATIONARY_TOOLTIP | |
ST_SHOWING | |
ST_COOLING |
Definition at line 69 of file GUITooltip.cpp.
|
static |
Definition at line 253 of file GUITooltip.cpp.
const double CooldownTime = 0.25 |
Definition at line 83 of file GUITooltip.cpp.