Event posted whenever a popup is opened for a mod. Allows mods to modify the Geode UI. See the tutorial on Geode UI modification for very important notes on these events!
Class ModPopupUIEvent
#include <Geode/ui/GeodeUI.hpp>classModPopupUIEvent:publicgeode::Event<geode::ModPopupUIEvent,bool (FLAlertLayer *, std::string_view, std::optional<Mod *>)>{ ... }