* Detect if a key has been pressed once */
| 13 | * Detect if a key has been pressed once |
| 14 | */ |
| 15 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyPressed(int key) { |
| 16 | return ::IsKeyPressed(key); |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Detect if a key has been pressed again (Only PLATFORM_DESKTOP) |