IsKeyPressed abstract method

bool IsKeyPressed(
  1. KeyboardKey key
)

Check if a key has been pressed once

Implementation

bool IsKeyPressed(
  KeyboardKey key,
);