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

Function IsKeyPressedRepeat

include/Keyboard.hpp:22–24  ·  view source on GitHub ↗

* Detect if a key has been pressed again (Only PLATFORM_DESKTOP) */

Source from the content-addressed store, hash-verified

20 * Detect if a key has been pressed again (Only PLATFORM_DESKTOP)
21 */
22RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsKeyPressedRepeat(int key) {
23 return ::IsKeyPressedRepeat(key);
24}
25
26/**
27 * Detect if a key is being pressed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected