[App] Add notifications for hotkeys & XNotifyQueueUI
This commit is contained in:
@@ -76,6 +76,17 @@ class AchievementNotificationWindow final : ImGuiGuestNotification {
|
||||
void OnDraw(ImGuiIO& io) override;
|
||||
};
|
||||
|
||||
class XNotifyWindow final : ImGuiGuestNotification {
|
||||
public:
|
||||
XNotifyWindow(ui::ImGuiDrawer* imgui_drawer, std::string title,
|
||||
std::string description, uint8_t user_index,
|
||||
uint8_t position_id = 0)
|
||||
: ImGuiGuestNotification(imgui_drawer, title, description, user_index,
|
||||
position_id) {};
|
||||
|
||||
void OnDraw(ImGuiIO& io) override;
|
||||
};
|
||||
|
||||
} // namespace ui
|
||||
} // namespace xe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user