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

Method Draw

examples/multiple/Player.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void Player::Draw() {
15 position.Draw(RED);
16}
17
18void Player::Update() {
19 if (IsKeyDown(KEY_UP)) {

Callers 10

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected