IsKeyDown function

bool IsKeyDown(
  1. KeyboardKey key
)

Implementation

bool IsKeyDown(
  KeyboardKey key,
) => _module.IsKeyDown(key);