IsKeyUp function

bool IsKeyUp(
  1. int key
)

Implementation

bool IsKeyUp(int key) => _module.IsKeyUp(key);