* Detect if a key has been pressed again (Only PLATFORM_DESKTOP) */
| 20 | * Detect if a key has been pressed again (Only PLATFORM_DESKTOP) |
| 21 | */ |
| 22 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyPressedRepeat(int key) { |
| 23 | return ::IsKeyPressedRepeat(key); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * Detect if a key is being pressed |
nothing calls this directly
no outgoing calls
no test coverage detected