|
@@ -136,7 +136,7 @@ public: |
|
|
private:
|
|
|
private:
|
|
|
//==============================================================================
|
|
|
//==============================================================================
|
|
|
Point<float> lastMousePos;
|
|
|
Point<float> lastMousePos;
|
|
|
Component* lastComponentUnderMouse = nullptr;
|
|
|
|
|
|
|
|
|
SafePointer<Component> lastComponentUnderMouse;
|
|
|
String tipShowing, lastTipUnderMouse, manuallyShownTip;
|
|
|
String tipShowing, lastTipUnderMouse, manuallyShownTip;
|
|
|
int millisecondsBeforeTipAppears;
|
|
|
int millisecondsBeforeTipAppears;
|
|
|
unsigned int lastCompChangeTime = 0, lastHideTime = 0;
|
|
|
unsigned int lastCompChangeTime = 0, lastHideTime = 0;
|
|
|