From 4411c4fc37dc890095f5afc2e835889270100084 Mon Sep 17 00:00:00 2001 From: rexim Date: Mon, 25 Mar 2024 02:15:03 +0700 Subject: Queue Player Commands #4 --- raylib.ads | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'raylib.ads') diff --git a/raylib.ads b/raylib.ads index e3c987e..2c8415f 100644 --- a/raylib.ads +++ b/raylib.ads @@ -85,6 +85,11 @@ package Raylib is Import => True, Convention => C, External_Name => "IsKeyPressed"; + function Is_Key_Released(key: int) return C_bool + with + Import => True, + Convention => C, + External_Name => "IsKeyReleased"; function Get_Key_Pressed return int with Import => True, -- cgit v1.2.3