https://github.com/oblerion/kbd_layout_raylib
more keyboard layout for raylib
https://github.com/oblerion/kbd_layout_raylib
c keyboard-layout opensource raylib
Last synced: 5 months ago
JSON representation
more keyboard layout for raylib
- Host: GitHub
- URL: https://github.com/oblerion/kbd_layout_raylib
- Owner: oblerion
- License: mit
- Created: 2023-09-20T21:37:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:29:17.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:37:28.394Z (about 1 year ago)
- Topics: c, keyboard-layout, opensource, raylib
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kbd_layout_raylib
## Features
You can switch keyboard layout without edit function.
```cpp
int Kbd_GetKeyPressed(KBD_Layout layout);
bool Kbd_IsKeyDown(KBD_Layout layout, int key);
bool Kbd_IsKeyPressed(KBD_Layout layout, int key);
```
## Layout
- 0 US qwerty (default)
- 1 UK qwerty
- 2 minimal azerty (qasd -> zqsd)
- 3 belgian variant (complete)
## Problems
There are some key can't be use with raylib (éèàç§ ...)