MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getFingerIndex

Method getFingerIndex

src/eepp/window/input.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472InputFinger* Input::getFingerIndex( const Uint32& Index ) {
473 eeASSERT( Index < EE_MAX_FINGERS );
474 return &mFingers[Index];
475}
476
477InputFinger* Input::getFinger( const Int64& fingerId ) {
478 for ( Uint32 i = 0; i < EE_MAX_FINGERS; i++ ) {

Callers 1

physicsUpdateMethod · 0.80

Calls

no outgoing calls

Tested by 1

physicsUpdateMethod · 0.64