$darkmode
Represents a single active notification. More...
#include <action_notifier.h>
Data Fields | |
| char | text [128] |
| float | lifetime |
| float | max_lifetime |
| int | active |
Represents a single active notification.
| int ActionNotification::active |
Whether this slot is occupied.
| float ActionNotification::lifetime |
Current time active (seconds).
| float ActionNotification::max_lifetime |
Total time to display (seconds).
| char ActionNotification::text[128] |