* Detect if a key has been released once */
| 34 | * Detect if a key has been released once |
| 35 | */ |
| 36 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyReleased(int key) { |
| 37 | return ::IsKeyReleased(key); |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Detect if a key is NOT being pressed |
nothing calls this directly
no outgoing calls
no test coverage detected