MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / GetController

Method GetController

Code/Base/Input/InputSystem.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 ControllerDevice const* InputSystem::GetController( uint32_t controllerIdx ) const
96 {
97 EE_ASSERT( controllerIdx < s_maxControllers );
98 return m_controllers[controllerIdx];
99 }
100
101 ControllerDevice const* InputSystem::GetFirstConnectedController() const
102 {

Callers 3

UpdateMethod · 0.80
UpdateCameraMethod · 0.80
DrawAdvancedEditorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected