MCPcopy Create free account
hub / github.com/defold/defold / Released

Function Released

engine/input/src/input.cpp:995–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 }
994
995 bool Released(HGamepadBinding binding, dmhash_t action_id)
996 {
997 Action* action = binding->m_Actions.Get(action_id);
998 if (action != 0x0)
999 return action->m_Released;
1000 else
1001 return false;
1002 }
1003
1004 bool Repeated(HGamepadBinding binding, dmhash_t action_id)
1005 {

Callers 1

TEST_FFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68