IsKeyDown method

bool IsKeyDown(
  1. int key
)

Check if a key is being pressed

Implementation

bool IsKeyDown(int key)
  => _IsKeyDown(key);