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

Method popEventsCallback

src/eepp/graphics/sprite.cpp:900–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900bool Sprite::popEventsCallback( const Uint32& callbackId ) {
901 return mCallbacks.erase( callbackId ) > 0;
902}
903
904void Sprite::setEventsCallback( const SpriteCallback& cb, void* UserData ) {
905 pushEventsCallback( cb, UserData );

Callers 1

safeDeleteDrawableMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected