add enum type
This commit is contained in:
parent
3422df51d6
commit
bd1d5adfab
@ -27,7 +27,7 @@ protected:
|
||||
CURSOR_EOL,
|
||||
};
|
||||
|
||||
enum
|
||||
enum : uint32_t
|
||||
{
|
||||
KEYMOD_CTRL = 0x10000,
|
||||
KEYMOD_ALT = 0x20000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user