feat: Implemented macOS messaging support (#2088)

This commit is contained in:
Nik
2025-01-26 18:50:19 +01:00
committed by GitHub
parent 7340a30650
commit bb594a459f
8 changed files with 243 additions and 120 deletions

View File

@@ -69,4 +69,11 @@ namespace hex {
*/
EVENT_DEF(EventProjectOpened);
/**
* @brief Called when a native message was received from another ImHex instance
* @param eventType Type name of the event
* @param args Decoded arguments sent from other instance
*/
EVENT_DEF(EventNativeMessageReceived, std::string, std::vector<u8>);
}