isMetaPressed property
Returns true if a logical META modifier key is pressed, regardless of which side of the keyboard it is on.
Use isLogicalKeyPressed if you need to know which meta key was pressed.
Implementation
@override
bool isMetaPressed;
Returns true if a logical META modifier key is pressed, regardless of which side of the keyboard it is on.
Use isLogicalKeyPressed if you need to know which meta key was pressed.
@override
bool isMetaPressed;