Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
void KeyManager::removeCallback(
372
ChangeCallback callback, void* userData) {
373
callbacks.remove(callback, userData);
374
}
375
376
void KeyManager::notify(
377
const BzfKeyEvent& key,
Callers
15
~PhysicsDriver
Method · 0.45
setLinearVar
Method · 0.45
setAngularVar
Method · 0.45
setRadialVar
Method · 0.45
setSlideVar
Method · 0.45
setDeathVar
Method · 0.45
~static_hook
Method · 0.45
~TextureMatrix
Method · 0.45
setDynamicSpinVar
Method · 0.45
setDynamicScaleVar
Method · 0.45
setDynamicShiftVar
Method · 0.45
~DynamicColor
Method · 0.45
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected