MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / input

Method input

Source/Player/Player_Input.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <iostream>
8
9void Player::input()
10{
11 keyBoardInput();
12 mouseInput();
13}
14
15
16void Player::keyBoardInput ()

Callers 1

keyBoardInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected