diff options
author | rexim <reximkut@gmail.com> | 2024-03-24 03:24:54 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-24 03:24:54 +0700 |
commit | 9fe5b6cd7025cc96bbb0eed3a7d6909a23466dfb (patch) | |
tree | 73593ae6e721f5bacab2cc765f87b6c419909924 /raylib.ads | |
parent | 513f19c0cadeaee80617c11878941460c60f15cd (diff) |
Running mode
Diffstat (limited to 'raylib.ads')
-rw-r--r-- | raylib.ads | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ package Raylib is KEY_SPACE: constant int := 32; KEY_ESCAPE: constant int := 256; KEY_ENTER: constant Int := 257; + KEY_LEFT_SHIFT: constant Int := 340; + function Is_Key_Pressed(key: int) return C_bool with Import => True, |