From 34f8acab833b9c2969e28109a29daa7dd0c162c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zadro=C5=BCny?= Date: Mon, 25 Mar 2024 13:31:26 +0100 Subject: add support for running with right shift pressed I personally find it much more convenient to use my other hand to hold the shift to run. The behaviour of left shift is left unchanged. --- raylib.ads | 1 + 1 file changed, 1 insertion(+) (limited to 'raylib.ads') diff --git a/raylib.ads b/raylib.ads index 2c8415f..0ba7384 100644 --- a/raylib.ads +++ b/raylib.ads @@ -79,6 +79,7 @@ package Raylib is KEY_ESCAPE: constant int := 256; KEY_ENTER: constant Int := 257; KEY_LEFT_SHIFT: constant Int := 340; + KEY_RIGHT_SHIFT: constant Int := 344; function Is_Key_Pressed(key: int) return C_bool with -- cgit v1.2.3