IsKeyPressed function

bool IsKeyPressed(
  1. int key
)

Implementation

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