MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / UnbindAction

Method UnbindAction

include/RavEngine/InputManager.hpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 */
250 template<typename U>
251 void UnbindAction(const std::string& name, IInputListener* thisptr, void(U::* f)(), ActionState type){
252 ActionCallback action(thisptr,f,type);
253 actionMappings[name].remove(action);
254 thisptr->OnUnregister(this);
255 }
256
257
258 /**

Callers 1

TestWorldMethod · 0.80

Calls 2

OnUnregisterMethod · 0.80
removeMethod · 0.45

Tested by 1

TestWorldMethod · 0.64