IsKeyDown method

String IsKeyDown(
  1. KeyboardKey key
)

Implementation

String IsKeyDown(
  KeyboardKey key,
) => 'IsKeyDown($key)';