| 49 | */ |
| 50 | |
| 51 | RLCPP_MAYBEUNUSED RLCPPAPI inline int GetKeyPressed() { |
| 52 | return ::GetKeyPressed(); |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Get char pressed (unicode), call it multiple times for chars queued, returns 0 when the queue is empty |
nothing calls this directly
no outgoing calls
no test coverage detected