IsKeyPressed method

bool IsKeyPressed(
  1. int key
)

Implementation

bool IsKeyPressed(int key) {
  return _IsKeyPressed(key);
}