IsKeyPressed method

String IsKeyPressed(
  1. KeyboardKey key
)

Implementation

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