Content


NTL
Core
MessageHotkey

MessageHotkey


Describes additional parameters for notifications and events.

You can find more information in comments below.

struct MessageHotkey
{
    nitisa::Key Key; // Key
    bool Ctrl; // Ctrl down state
    bool Alt; // Alt/Menu down state
    bool Shift; // Shift down state
    bool Down; // Down or release
};
Namespace: nitisa
Include: Nitisa/Core/Messages.h