An open API service indexing awesome lists of open source software.

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

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 (éèàç§ ...)