Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
418
int32 Input::GetGamepadsCount()
419
{
420
return Gamepads.Count();
421
}
422
423
Gamepad* Input::GetGamepad(int32 index)
424
{
Callers
1
Tick
Method · 0.45
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected