Merge branch 'make_accel_key_constexpr' of https://github.com/KingDuckZ/nana into KingDuckZ-make_accel_key_constexpr
This commit is contained in:
commit
7c083d2977
@ -33,7 +33,7 @@ namespace nana
|
|||||||
|
|
||||||
struct accel_key
|
struct accel_key
|
||||||
{
|
{
|
||||||
char key;
|
char key{ '\0' };
|
||||||
bool case_sensitive{ false };
|
bool case_sensitive{ false };
|
||||||
bool alt{ false };
|
bool alt{ false };
|
||||||
bool ctrl{ false };
|
bool ctrl{ false };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user