IsKeyDown function

bool IsKeyDown(
  1. int key
)

Implementation

bool IsKeyDown(int key) => _module.IsKeyDown(key);