MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / removeCallback

Method removeCallback

src/common/KeyManager.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void KeyManager::removeCallback(
372 ChangeCallback callback, void* userData) {
373 callbacks.remove(callback, userData);
374}
375
376void KeyManager::notify(
377 const BzfKeyEvent& key,

Callers 15

~PhysicsDriverMethod · 0.45
setLinearVarMethod · 0.45
setAngularVarMethod · 0.45
setRadialVarMethod · 0.45
setSlideVarMethod · 0.45
setDeathVarMethod · 0.45
~static_hookMethod · 0.45
~TextureMatrixMethod · 0.45
setDynamicSpinVarMethod · 0.45
setDynamicScaleVarMethod · 0.45
setDynamicShiftVarMethod · 0.45
~DynamicColorMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected