IsKeyUp method
Check if a key is NOT being pressed
Implementation
bool IsKeyUp(
KeyboardKey key,
) => run(
() => _debugLabels.IsKeyUp(key),
() => _flat.IsKeyUp(
key.value,
),
);
Check if a key is NOT being pressed
bool IsKeyUp(
KeyboardKey key,
) => run(
() => _debugLabels.IsKeyUp(key),
() => _flat.IsKeyUp(
key.value,
),
);