MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetCharPressed

Function GetCharPressed

include/Keyboard.hpp:58–60  ·  view source on GitHub ↗

* Get char pressed (unicode), call it multiple times for chars queued, returns 0 when the queue is empty */

Source from the content-addressed store, hash-verified

56 * Get char pressed (unicode), call it multiple times for chars queued, returns 0 when the queue is empty
57 */
58RLCPP_MAYBEUNUSED RLCPPAPI inline int GetCharPressed() {
59 return ::GetCharPressed();
60}
61} // namespace Keyboard
62} // namespace raylib
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected