mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
refactor: Better interface for the event system
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
||||
};
|
||||
|
||||
SCRIPT_API(void showMessageBox, const char *message) {
|
||||
hex::EventManager::post<hex::RequestOpenInfoPopup>(message);
|
||||
hex::RequestOpenInfoPopup::post(message);
|
||||
}
|
||||
|
||||
SCRIPT_API(void showInputTextBox, const char *title, const char *message, char *buffer, u32 bufferSize) {
|
||||
|
||||
Reference in New Issue
Block a user