| 135 | void PopModalFocusItem(); |
| 136 | IDrawableModule* GetTopModalFocusItem() const; |
| 137 | std::vector<IDrawableModule*> GetModalFocusItemStack() const { return mModalFocusItemStack; } |
| 138 | bool IsModalFocusItem(IDrawableModule* item) const; |
| 139 | |
| 140 | void LogEvent(std::string event, LogEventType type); |