IsKeyUp method

bool IsKeyUp(
  1. int key
)

Check if a key is NOT being pressed

Implementation

bool IsKeyUp(int key)
  => _IsKeyUp(key);