IsKeyDown method

bool IsKeyDown(
  1. int key
)

Implementation

bool IsKeyDown(int key) {
  return _IsKeyDown(key);
}