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

Function GetKeyPressed

include/Keyboard.hpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 */
50
51RLCPP_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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected