#include <SDL2/SDL.h>
#include <string>
#include <windows.h>
#include <shellapi.h>
Go to the source code of this file.
Classes | |
class | windows_tray_notification |
Macros | |
#define | UNICODE |
#define | _WIN32_IE _WIN32_WINNT_WIN7 |
#define | NIIF_USER 0x00000004 |
#define | NIN_BALLOONTIMEOUT (WM_USER + 4) |
#define | NIN_BALLOONUSERCLICK (WM_USER + 5) |
#define _WIN32_IE _WIN32_WINNT_WIN7 |
Definition at line 26 of file windows_tray_notification.hpp.
#define NIIF_USER 0x00000004 |
Definition at line 29 of file windows_tray_notification.hpp.
#define NIN_BALLOONTIMEOUT (WM_USER + 4) |
Definition at line 32 of file windows_tray_notification.hpp.
#define NIN_BALLOONUSERCLICK (WM_USER + 5) |
Definition at line 35 of file windows_tray_notification.hpp.
#define UNICODE |
Definition at line 22 of file windows_tray_notification.hpp.