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

Method Gamepad

include/Gamepad.hpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class Gamepad {
14public:
15 Gamepad(int gamepadNumber = 0) : number(gamepadNumber) {};
16 int number;
17
18 GETTERSETTER(int, Number, number)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected