FluidBackend.isPressed

Check if the given keyboard key has just been pressed/released or, if it's held down or not (up).

  1. bool isPressed(MouseButton )
  2. bool isPressed(KeyboardKey )
    interface FluidBackend
    const
    bool
    isPressed
  3. int isPressed(GamepadButton button)

Meta