MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetGamepadsCount

Method GetGamepadsCount

Source/Engine/Input/Input.cpp:418–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418int32 Input::GetGamepadsCount()
419{
420 return Gamepads.Count();
421}
422
423Gamepad* Input::GetGamepad(int32 index)
424{

Callers 1

TickMethod · 0.45

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected