Fix
parent
b68dfcd155
commit
a2dd39960b
|
@ -642,7 +642,7 @@ enum ActiveEventFlags
|
||||||
struct ActiveEventData
|
struct ActiveEventData
|
||||||
{
|
{
|
||||||
//! Flags (bitmask of enum values ActiveEventFlags)
|
//! Flags (bitmask of enum values ActiveEventFlags)
|
||||||
unsigned char flags = 0;
|
unsigned char flags;
|
||||||
//! True if the focus was gained; false otherwise
|
//! True if the focus was gained; false otherwise
|
||||||
bool gain;
|
bool gain;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue