You are viewing a potentially older version of this package. View all versions.
ProxyMM-Notifications-0.0.1 icon

Notifications

A simple text notification system

Date uploaded 2 months ago
Version 0.0.1
Download link ProxyMM-Notifications-0.0.1.zip
Downloads 464
Dependency string ProxyMM-Notifications-0.0.1

README

Notificataions

A simple text notification system

Usage

Note that the interface may change in a future version. I'll also likely expose controls to the user to determine the size and duration of the notifications.

// Import
RECOMP_IMPORT("ProxyMM_Notifications", void Notifications_Emit(const char* prefix, const char* msg, const char* suffix));

Notifications_Emit(
    "", // Prefix (Purple)
    "Hello World", // Main Message (white)
    "" // Suffix (Blue)
);