IsKeyPressed method

bool IsKeyPressed(
  1. int key
)

Check if a key has been pressed once

Implementation

bool IsKeyPressed(int key)
  => _IsKeyPressed(key);