IsKeyUp method

bool IsKeyUp(
  1. int key
)

Implementation

bool IsKeyUp(int key) {
  return _IsKeyUp(key);
}