has method
Checks if the specified modifier is present.
Implementation
bool has(KeyModifiers modifier) => (value & modifier.value) == modifier.value;
Checks if the specified modifier is present.
bool has(KeyModifiers modifier) => (value & modifier.value) == modifier.value;